Methods
-
AddRef()
→ int
-
inherited
-
CloseEnum(int hEnum)
→ int
-
-
CountEnum(int hEnum, Pointer<Uint32> pulCount)
→ int
-
-
EnumCustomAttributes(Pointer<IntPtr> phEnum, int tk, int tkType, Pointer<Uint32> rgCustomAttributes, int cMax, Pointer<Uint32> pcCustomAttributes)
→ int
-
-
EnumEvents(Pointer<IntPtr> phEnum, int tkTypDef, Pointer<Uint32> rgEvents, int cMax, Pointer<Uint32> pcEvents)
→ int
-
-
EnumFields(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Uint32> rgFields, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumFieldsWithName(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Utf16> szName, Pointer<Uint32> rFields, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumInterfaceImpls(Pointer<IntPtr> phEnum, int td, Pointer<Uint32> rImpls, int cMax, Pointer<Uint32> pcImpls)
→ int
-
-
EnumMemberRefs(Pointer<IntPtr> phEnum, int tkParent, Pointer<Uint32> rgMemberRefs, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumMembers(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Uint32> rgMembers, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumMembersWithName(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Utf16> szName, Pointer<Uint32> rgMembers, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumMethodImpls(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Uint32> rMethodBody, Pointer<Uint32> rMethodDecl, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumMethods(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Uint32> rgMethods, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumMethodSemantics(Pointer<IntPtr> phEnum, int tkMethodDef, Pointer<Uint32> rgEventProp, int cMax, Pointer<Uint32> pcEventProp)
→ int
-
-
EnumMethodsWithName(Pointer<IntPtr> phEnum, int tkTypeDef, Pointer<Utf16> szName, Pointer<Uint32> rgMethods, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumModuleRefs(Pointer<IntPtr> phEnum, Pointer<Uint32> rgModuleRefs, int cMax, Pointer<Uint32> pcModuleRefs)
→ int
-
-
EnumParams(Pointer<IntPtr> phEnum, int tkMethodDef, Pointer<Uint32> rParams, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumPermissionSets(Pointer<IntPtr> phEnum, int tk, int dwActions, Pointer<Uint32> rPermission, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumProperties(Pointer<IntPtr> phEnum, int tkTypDef, Pointer<Uint32> rgProperties, int cMax, Pointer<Uint32> pcProperties)
→ int
-
-
EnumSignatures(Pointer<IntPtr> phEnum, Pointer<Uint32> rgSignatures, int cMax, Pointer<Uint32> pcSignatures)
→ int
-
-
EnumTypeDefs(Pointer<IntPtr> phEnum, Pointer<Uint32> rgTypeDefs, int cMax, Pointer<Uint32> pcTypeDefs)
→ int
-
-
EnumTypeRefs(Pointer<IntPtr> phEnum, Pointer<Uint32> rgTypeRefs, int cMax, Pointer<Uint32> pcTypeRefs)
→ int
-
-
EnumTypeSpecs(Pointer<IntPtr> phEnum, Pointer<Uint32> rgTypeSpecs, int cMax, Pointer<Uint32> pcTypeSpecs)
→ int
-
-
EnumUnresolvedMethods(Pointer<IntPtr> phEnum, Pointer<Uint32> rgMethods, int cMax, Pointer<Uint32> pcTokens)
→ int
-
-
EnumUserStrings(Pointer<IntPtr> phEnum, Pointer<Uint32> rgStrings, int cMax, Pointer<Uint32> pcStrings)
→ int
-
-
FindField(int tkTypeDef, Pointer<Utf16> szName, Pointer<Uint8> pvSigBlob, int cbSigBlob, Pointer<Uint32> ptkFieldDef)
→ int
-
-
FindMember(int tkTypeDef, Pointer<Utf16> szName, Pointer<Uint8> pvSigBlob, int cbSigBlob, Pointer<Uint32> pmb)
→ int
-
-
FindMemberRef(int tkTypeRef, Pointer<Utf16> szName, Pointer<Uint8> pvSigBlob, int cbSigBlob, Pointer<Uint32> pMemberRef)
→ int
-
-
FindMethod(int tkTypeDef, Pointer<Utf16> szName, Pointer<Uint8> pvSigBlob, int cbSigBlob, Pointer<Uint32> ptkMethodDef)
→ int
-
-
FindTypeDefByName(Pointer<Utf16> szTypeDef, int tkEnclosingClass, Pointer<Uint32> ptkTypeDef)
→ int
-
-
FindTypeRef(int tkResolutionScope, Pointer<Utf16> szName, Pointer<Uint32> tkTypeRef)
→ int
-
-
GetClassLayout(int tkTypeDef, Pointer<Uint32> pdwPackSize, Pointer<COR_FIELD_OFFSET> rgFieldOffset, int cMax, Pointer<Uint32> pcFieldOffset, Pointer<Uint32> pulClassSize)
→ int
-
-
GetCustomAttributeByName(int tkObj, Pointer<Utf16> szName, Pointer<IntPtr> ppData, Pointer<Uint32> pcbData)
→ int
-
-
GetCustomAttributeProps(int cv, Pointer<Uint32> ptkObj, Pointer<Uint32> ptkType, Pointer<IntPtr> ppBlob, Pointer<Uint32> pcbBlob)
→ int
-
-
GetEventProps(int tkEvent, Pointer<Uint32> ptkClass, Pointer<Utf16> szEvent, int cchEvent, Pointer<Uint32> pchEvent, Pointer<Uint32> pdwEventFlags, Pointer<Uint32> ptkEventType, Pointer<Uint32> ptkAddOn, Pointer<Uint32> ptkRemoveOn, Pointer<Uint32> tkkFire, Pointer<Uint32> rgOtherMethod, int cMax, Pointer<Uint32> pcOtherMethod)
→ int
-
-
GetFieldMarshal(int tk, Pointer<Uint8> ppvNativeType, Pointer<Uint32> pcbNativeType)
→ int
-
-
GetFieldProps(int tkFieldDef, Pointer<Uint32> ptkTypeDef, Pointer<Utf16> szField, int cchField, Pointer<Uint32> pchField, Pointer<Uint32> pdwAttr, Pointer<Uint8> ppvSigBlob, Pointer<Uint32> pcbSigBlob, Pointer<Uint32> pdwCPlusTypeFlag, Pointer<Uint8> ppValue, Pointer<Uint32> pcchValue)
→ int
-
-
GetInterfaceImplProps(int tkInterfaceImpl, Pointer<Uint32> ptkClass, Pointer<Uint32> ptkIface)
→ int
-
-
GetMemberProps(int tkMember, Pointer<Uint32> ptkTypeDef, Pointer<Utf16> szMember, int cchMember, Pointer<Uint32> pchMember, Pointer<Uint32> pdwAttr, Pointer<Uint8> ppvSigBlob, Pointer<Uint32> pcbSigBlob, Pointer<Uint32> pulCodeRVA, Pointer<Uint32> pdwImplFlags, Pointer<Uint32> pdwCPlusTypeFlag, Pointer<Uint8> ppValue, Pointer<Uint32> pcchValue)
→ int
-
-
GetMemberRefProps(int tkMemberRef, Pointer<Uint32> ptk, Pointer<Utf16> szMember, int cchMember, Pointer<Uint32> pchMember, Pointer<Uint8> ppvSigBlob, Pointer<Uint32> pcbSigBlob)
→ int
-
-
GetMethodProps(int tkMethodDef, Pointer<Uint32> ptkClass, Pointer<Utf16> szMethod, int cchMethod, Pointer<Uint32> pchMethod, Pointer<Uint32> pdwAttr, Pointer<Uint8> ppvSigBlob, Pointer<Uint32> pcbSigBlob, Pointer<Uint32> pulCodeRVA, Pointer<Uint32> pdwImplFlags)
→ int
-
-
GetMethodSemantics(int tkMethodDef, int tkEventProp, Pointer<Uint32> pdwSemanticsFlags)
→ int
-
-
GetModuleFromScope(Pointer<Uint32> ptkModule)
→ int
-
-
GetModuleRefProps(int tkModuleRef, Pointer<Utf16> szName, int cchName, Pointer<Uint32> pchName)
→ int
-
-
GetNameFromToken(int tk, Pointer<Uint8> pszUtf8NamePtr)
→ int
-
-
GetNativeCallConvFromSig(Pointer<Uint8> pvSig, int cbSig, Pointer<Uint32> pCallConv)
→ int
-
-
GetNestedClassProps(int tdNestedClass, Pointer<Uint32> ptdEnclosingClass)
→ int
-
-
GetParamForMethodIndex(int tkMethodDef, int ulParamSeq, Pointer<Uint32> ptkParamDef)
→ int
-
-
GetParamProps(int tkParamDef, Pointer<Uint32> ptkMethodDef, Pointer<Uint32> pulSequence, Pointer<Utf16> szName, int cchName, Pointer<Uint32> pchName, Pointer<Uint32> pdwAttr, Pointer<Uint32> pdwCPlusTypeFlag, Pointer<Uint8> ppValue, Pointer<Uint32> pcchValue)
→ int
-
-
GetPermissionSetProps(int tk, Pointer<Uint32> pdwAction, Pointer<IntPtr> ppvPermission, Pointer<Uint32> pcbPermission)
→ int
-
-
GetPinvokeMap(int tk, Pointer<Uint32> pdwMappingFlags, Pointer<Utf16> szImportName, int cchImportName, Pointer<Uint32> pchImportName, Pointer<Uint32> ptkImportDLL)
→ int
-
-
GetPropertyProps(int prop, Pointer<Uint32> ptkTypeDef, Pointer<Utf16> szProperty, int cchProperty, Pointer<Uint32> pchProperty, Pointer<Uint32> pdwPropFlags, Pointer<Uint8> ppvSigBlob, Pointer<Uint32> pcbSigBlob, Pointer<Uint32> pdwCPlusTypeFlag, Pointer<Uint8> ppDefaultValue, Pointer<Uint32> pcchDefaultValue, Pointer<Uint32> ptkSetter, Pointer<Uint32> ptkGetter, Pointer<Uint32> rgOtherMethod, int cMax, Pointer<Uint32> pcOtherMethod)
→ int
-
-
GetRVA(int tk, Pointer<Uint32> pulCodeRVA, Pointer<Uint32> pdwImplFlags)
→ int
-
-
GetScopeProps(Pointer<Utf16> szName, int cchName, Pointer<Uint32> pchName, Pointer<GUID> pmvid)
→ int
-
-
GetSigFromToken(int tkSignature, Pointer<Uint8> ppvSig, Pointer<Uint32> pcbSig)
→ int
-
-
GetTypeDefProps(int tkTypeDef, Pointer<Utf16> szTypeDef, int cchTypeDef, Pointer<Uint32> pchTypeDef, Pointer<Uint32> pdwTypeDefFlags, Pointer<Uint32> ptkExtends)
→ int
-
-
GetTypeRefProps(int tkTypeRef, Pointer<Uint32> ptkResolutionScope, Pointer<Utf16> szName, int cchName, Pointer<Uint32> pchName)
→ int
-
-
GetTypeSpecFromToken(int tkTypeSpec, Pointer<Uint8> ppvSig, Pointer<Uint32> pcbSig)
→ int
-
-
GetUserString(int tkString, Pointer<Utf16> szString, int cchString, Pointer<Uint32> pchString)
→ int
-
-
IsGlobal(int tk, Pointer<Int32> pbIsGlobal)
→ int
-
-
IsValidToken(int tk)
→ int
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
QueryInterface(Pointer<GUID> riid, Pointer<IntPtr> ppvObject)
→ int
-
inherited
-
Release()
→ int
-
inherited
-
ResetEnum(int hEnum, int ulPos)
→ int
-
-
ResolveTypeRef(int tkTypeRef, Pointer<GUID> riid, Pointer<IntPtr> ppIScope, Pointer<Uint32> ptkTypeDef)
→ int
-
-
toString()
→ String
-
A string representation of this object. [...]
inherited