1 implementation of _AssemblyName
mscorlib (1)
system\reflection\assemblyname.cs (1)
34
public sealed class AssemblyName :
_AssemblyName
, ICloneable, ISerializable, IDeserializationCallback
5 references to _AssemblyName
mscorlib (5)
system\reflection\assemblyname.cs (5)
32
[ComDefaultInterface(typeof(
_AssemblyName
))]
514
void
_AssemblyName
.GetTypeInfoCount(out uint pcTInfo)
519
void
_AssemblyName
.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
524
void
_AssemblyName
.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
529
void
_AssemblyName
.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)