_MethodBase
cs.system.runtime.interopservices._MethodBase (extern interface) → cs.system.reflection.MethodBase
Instance Members
ReflectedType: cs.system.Type
Name: String
MethodHandle: cs.system.RuntimeMethodHandle
IsVirtual: Bool
IsStatic: Bool
IsSpecialName: Bool
IsPublic: Bool
IsPrivate: Bool
IsHideBySig: Bool
IsFinal: Bool
IsFamilyOrAssembly: Bool
IsFamilyAndAssembly: Bool
IsFamily: Bool
IsConstructor: Bool
IsAssembly: Bool
IsAbstract: Bool
DeclaringType: cs.system.Type
GetCustomAttributes(inherit: Bool): cs.NativeArray<Dynamic>
Name | Type |
---|---|
inherit |
Bool |
Returns |
---|
cs.NativeArray<Dynamic> |
Returns |
---|
Anonymous |
GetParameters(): cs.NativeArray<cs.system.reflection.ParameterInfo>
Returns |
---|
cs.NativeArray<cs.system.reflection.ParameterInfo> |
GetIDsOfNames(riid: cs.Ref, rgszNames: cs.system.IntPtr, cNames: UInt, lcid: UInt, rgDispId: cs.system.IntPtr): Void
Name | Type |
---|---|
riid |
cs.Ref |
rgszNames |
cs.system.IntPtr |
cNames |
UInt |
lcid |
UInt |
rgDispId |
cs.system.IntPtr |
GetTypeInfo(iTInfo: UInt, lcid: UInt, ppTInfo: cs.system.IntPtr): Void
Name | Type |
---|---|
iTInfo |
UInt |
lcid |
UInt |
ppTInfo |
cs.system.IntPtr |
Name | Type |
---|---|
pcTInfo |
cs.Out |
Invoke(dispIdMember: UInt, riid: cs.Ref, lcid: UInt, wFlags: cs.types.Int16, pDispParams: cs.system.IntPtr, pVarResult: cs.system.IntPtr, pExcepInfo: cs.system.IntPtr, puArgErr: cs.system.IntPtr): Void
Name | Type |
---|---|
dispIdMember |
UInt |
riid |
cs.Ref |
lcid |
UInt |
wFlags |
cs.types.Int16 |
pDispParams |
cs.system.IntPtr |
pVarResult |
cs.system.IntPtr |
pExcepInfo |
cs.system.IntPtr |
puArgErr |
cs.system.IntPtr |
GetType(): cs.system.Type
Returns |
---|
cs.system.Type |
IsDefined(attributeType: cs.system.Type, inherit: Bool): Bool
Name | Type |
---|---|
attributeType |
cs.system.Type |
inherit |
Bool |
Returns |
---|
Bool |
ToString(): String
Returns |
---|
String |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |