1 implementation of _MethodBase
mscorlib (1)
system\reflection\methodbase.cs (1)
59
public abstract class MethodBase : MemberInfo,
_MethodBase
19 references to _MethodBase
mscorlib (19)
system\reflection\methodbase.cs (19)
54
[ComDefaultInterface(typeof(
_MethodBase
))]
367
Type
_MethodBase
.GetType() { return base.GetType(); }
368
bool
_MethodBase
.IsPublic { get { return IsPublic; } }
369
bool
_MethodBase
.IsPrivate { get { return IsPrivate; } }
370
bool
_MethodBase
.IsFamily { get { return IsFamily; } }
371
bool
_MethodBase
.IsAssembly { get { return IsAssembly; } }
372
bool
_MethodBase
.IsFamilyAndAssembly { get { return IsFamilyAndAssembly; } }
373
bool
_MethodBase
.IsFamilyOrAssembly { get { return IsFamilyOrAssembly; } }
374
bool
_MethodBase
.IsStatic { get { return IsStatic; } }
375
bool
_MethodBase
.IsFinal { get { return IsFinal; } }
376
bool
_MethodBase
.IsVirtual { get { return IsVirtual; } }
377
bool
_MethodBase
.IsHideBySig { get { return IsHideBySig; } }
378
bool
_MethodBase
.IsAbstract { get { return IsAbstract; } }
379
bool
_MethodBase
.IsSpecialName { get { return IsSpecialName; } }
380
bool
_MethodBase
.IsConstructor { get { return IsConstructor; } }
382
void
_MethodBase
.GetTypeInfoCount(out uint pcTInfo)
387
void
_MethodBase
.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
392
void
_MethodBase
.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
399
void
_MethodBase
.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)