1 implementation of _Assembly
mscorlib (1)
system\reflection\assembly.cs (1)
59
public abstract class Assembly :
_Assembly
, IEvidenceFactory, ICustomAttributeProvider, ISerializable
3 references to _Assembly
mscorlib (3)
system\reflection\assembly.cs (3)
54
[ComDefaultInterface(typeof(
_Assembly
))]
742
Type
_Assembly
.GetType()
1206
ppv = Marshal.GetComInterfaceForObject(this, typeof(
_Assembly
));