Méthode | Description | |
---|---|---|
Enum ( int type, int parent, int result, int count ) : void | ||
EnumCount ( int type, int parent ) : int | ||
EnumCustomAttributes ( int mdToken, int result, int count ) : void | ||
EnumCustomAttributesCount ( int mdToken ) : int | ||
EnumEvents ( int mdTypeDef, int result, int count ) : void | ||
EnumEventsCount ( int mdTypeDef ) : int | ||
EnumFields ( int mdTypeDef, int result, int count ) : void | ||
EnumFieldsCount ( int mdTypeDef ) : int | ||
EnumNestedTypes ( int mdTypeDef, int result, int count ) : void | ||
EnumNestedTypesCount ( int mdTypeDef ) : int | ||
EnumParams ( int mdMethodDef, int result, int count ) : void | ||
EnumParamsCount ( int mdMethodDef ) : int | ||
EnumProperties ( int mdTypeDef, int result, int count ) : void | ||
EnumPropertiesCount ( int mdTypeDef ) : int | ||
Equals ( object obj ) : bool | ||
GetAssociates ( int mdPropEvent, |
||
GetAssociatesCount ( int mdPropEvent ) : int | ||
GetClassLayout ( int typeTokenDef, int &packSize, int &classSize ) : void | ||
GetCustomAttributeProps ( int customAttributeToken, int &constructorToken, |
||
GetDefaultValue ( int mdToken, long &value, int &length, CorElementType &corElementType ) : void | ||
GetEventProps ( int mdToken, void &name, EventAttributes &eventAttributes ) : void | ||
GetFieldDefProps ( int mdToken, FieldAttributes &fieldAttributes ) : void | ||
GetFieldMarshal ( int fieldToken ) : |
||
GetFieldOffset ( int typeTokenDef, int fieldTokenDef, int &offset ) : bool | ||
GetGenericParamProps ( int genericParameter, GenericParameterAttributes &attributes ) : void | ||
GetHashCode ( ) : int | ||
GetMemberRefProps ( int memberTokenRef ) : |
||
GetMethodSignature ( |
||
GetName ( int mdToken ) : |
||
GetNamespace ( int mdToken ) : |
||
GetPInvokeMap ( int token, PInvokeAttributes &attributes, String &importName, String &importDll ) : void | ||
GetParamDefProps ( int parameterToken, int &sequence, ParameterAttributes &attributes ) : void | ||
GetParentToken ( int tkToken ) : int | ||
GetPropertyProps ( int mdToken, void &name, PropertyAttributes &propertyAttributes, |
||
GetScopeProps ( System.Guid &mvid ) : void | ||
GetSigOfFieldDef ( int fieldToken ) : |
||
GetSigOfMethodDef ( int methodToken ) : |
||
GetSignatureFromToken ( int token ) : |
||
GetUserString ( int mdToken ) : String | ||
IsValidToken ( int token ) : bool |
Méthode | Description | |
---|---|---|
Equals ( |
||
GetMarshalAs ( |
||
MetadataImport ( |
||
ThrowError ( int hResult ) : void | ||
_Enum ( |
||
_EnumCount ( |
||
_GetClassLayout ( |
||
_GetCustomAttributeProps ( |
||
_GetDefaultValue ( |
||
_GetEventProps ( |
||
_GetFieldDefProps ( |
||
_GetFieldMarshal ( |
||
_GetFieldOffset ( |
||
_GetGenericParamProps ( |
||
_GetMarshalAs ( |
||
_GetMemberRefProps ( |
||
_GetName ( |
||
_GetNamespace ( |
||
_GetPInvokeMap ( |
||
_GetParamDefProps ( |
||
_GetParentToken ( |
||
_GetPropertyProps ( |
||
_GetScopeProps ( |
||
_GetSigOfFieldDef ( |
||
_GetSigOfMethodDef ( |
||
_GetSignatureFromToken ( |
||
_GetUserString ( |
||
_IsValidToken ( |
public Enum ( int type, int parent, int result, int count ) : void | ||
type | int | |
parent | int | |
result | int | |
count | int | |
Résultat | void |
public EnumCount ( int type, int parent ) : int | ||
type | int | |
parent | int | |
Résultat | int |
public EnumCustomAttributes ( int mdToken, int result, int count ) : void | ||
mdToken | int | |
result | int | |
count | int | |
Résultat | void |
public EnumCustomAttributesCount ( int mdToken ) : int | ||
mdToken | int | |
Résultat | int |
public EnumEvents ( int mdTypeDef, int result, int count ) : void | ||
mdTypeDef | int | |
result | int | |
count | int | |
Résultat | void |
public EnumEventsCount ( int mdTypeDef ) : int | ||
mdTypeDef | int | |
Résultat | int |
public EnumFields ( int mdTypeDef, int result, int count ) : void | ||
mdTypeDef | int | |
result | int | |
count | int | |
Résultat | void |
public EnumFieldsCount ( int mdTypeDef ) : int | ||
mdTypeDef | int | |
Résultat | int |
public EnumNestedTypes ( int mdTypeDef, int result, int count ) : void | ||
mdTypeDef | int | |
result | int | |
count | int | |
Résultat | void |
public EnumNestedTypesCount ( int mdTypeDef ) : int | ||
mdTypeDef | int | |
Résultat | int |
public EnumParams ( int mdMethodDef, int result, int count ) : void | ||
mdMethodDef | int | |
result | int | |
count | int | |
Résultat | void |
public EnumParamsCount ( int mdMethodDef ) : int | ||
mdMethodDef | int | |
Résultat | int |
public EnumProperties ( int mdTypeDef, int result, int count ) : void | ||
mdTypeDef | int | |
result | int | |
count | int | |
Résultat | void |
public EnumPropertiesCount ( int mdTypeDef ) : int | ||
mdTypeDef | int | |
Résultat | int |
public GetAssociates ( int mdPropEvent, |
||
mdPropEvent | int | |
result | ||
count | int | |
Résultat | void |
public GetAssociatesCount ( int mdPropEvent ) : int | ||
mdPropEvent | int | |
Résultat | int |
public GetClassLayout ( int typeTokenDef, int &packSize, int &classSize ) : void | ||
typeTokenDef | int | |
packSize | int | |
classSize | int | |
Résultat | void |
public GetCustomAttributeProps ( int customAttributeToken, int &constructorToken, |
||
customAttributeToken | int | |
constructorToken | int | |
signature | ||
Résultat | void |
public GetDefaultValue ( int mdToken, long &value, int &length, CorElementType &corElementType ) : void | ||
mdToken | int | |
value | long | |
length | int | |
corElementType | CorElementType | |
Résultat | void |
public GetEventProps ( int mdToken, void &name, EventAttributes &eventAttributes ) : void | ||
mdToken | int | |
name | void | |
eventAttributes | EventAttributes | |
Résultat | void |
public GetFieldDefProps ( int mdToken, FieldAttributes &fieldAttributes ) : void | ||
mdToken | int | |
fieldAttributes | FieldAttributes | |
Résultat | void |
public GetFieldMarshal ( int fieldToken ) : |
||
fieldToken | int | |
Résultat |
public GetFieldOffset ( int typeTokenDef, int fieldTokenDef, int &offset ) : bool | ||
typeTokenDef | int | |
fieldTokenDef | int | |
offset | int | |
Résultat | bool |
public GetGenericParamProps ( int genericParameter, GenericParameterAttributes &attributes ) : void | ||
genericParameter | int | |
attributes | GenericParameterAttributes | |
Résultat | void |
public GetMemberRefProps ( int memberTokenRef ) : |
||
memberTokenRef | int | |
Résultat |
public GetMethodSignature ( |
||
token | ||
Résultat |
public GetName ( int mdToken ) : |
||
mdToken | int | |
Résultat |
public GetNamespace ( int mdToken ) : |
||
mdToken | int | |
Résultat |
public GetPInvokeMap ( int token, PInvokeAttributes &attributes, String &importName, String &importDll ) : void | ||
token | int | |
attributes | PInvokeAttributes | |
importName | String | |
importDll | String | |
Résultat | void |
public GetParamDefProps ( int parameterToken, int &sequence, ParameterAttributes &attributes ) : void | ||
parameterToken | int | |
sequence | int | |
attributes | ParameterAttributes | |
Résultat | void |
public GetParentToken ( int tkToken ) : int | ||
tkToken | int | |
Résultat | int |
public GetPropertyProps ( int mdToken, void &name, PropertyAttributes &propertyAttributes, |
||
mdToken | int | |
name | void | |
propertyAttributes | PropertyAttributes | |
signature | ||
Résultat | void |
public GetScopeProps ( System.Guid &mvid ) : void | ||
mvid | System.Guid | |
Résultat | void |
public GetSigOfFieldDef ( int fieldToken ) : |
||
fieldToken | int | |
Résultat |
public GetSigOfMethodDef ( int methodToken ) : |
||
methodToken | int | |
Résultat |
public GetSignatureFromToken ( int token ) : |
||
token | int | |
Résultat |
public GetUserString ( int mdToken ) : String | ||
mdToken | int | |
Résultat | String |