1 implementation of _ParameterInfo
mscorlib (1)
system\reflection\parameterinfo.cs (1)
28public class ParameterInfo : _ParameterInfo, ICustomAttributeProvider, IObjectReference
5 references to _ParameterInfo
mscorlib (5)
system\reflection\parameterinfo.cs (5)
26[ComDefaultInterface(typeof(_ParameterInfo))] 188void _ParameterInfo.GetTypeInfoCount(out uint pcTInfo) 193void _ParameterInfo.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 198void _ParameterInfo.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 203void _ParameterInfo.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)