1 implementation of _Attribute
mscorlib (1)
system\attribute.cs (1)
23public abstract class Attribute : _Attribute
5 references to _Attribute
mscorlib (5)
system\attribute.cs (5)
21[ComDefaultInterface(typeof(_Attribute))] 953void _Attribute.GetTypeInfoCount(out uint pcTInfo) 958void _Attribute.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 963void _Attribute.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 968void _Attribute.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)