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