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