Method | Description | |
---|---|---|
AddEventsRange ( uint type_rid, |
||
AddFieldDefinition ( |
||
AddMemberReference ( |
||
AddMethodDefinition ( Mono.Cecil.MethodDefinition method ) : void | ||
AddPropertiesRange ( uint type_rid, |
||
AddTypeDefinition ( Mono.Cecil.TypeDefinition type ) : void | ||
AddTypeReference ( |
||
Clear ( ) : void | ||
GetAssemblyNameReference ( uint rid ) : Mono.Cecil.AssemblyNameReference | ||
GetDocument ( uint rid ) : Document | ||
GetFieldDeclaringType ( uint field_rid ) : Mono.Cecil.TypeDefinition | ||
GetFieldDefinition ( uint rid ) : |
||
GetImportScope ( uint rid ) : ImportDebugInformation | ||
GetMemberReference ( uint rid ) : |
||
GetMethodDeclaringType ( uint method_rid ) : Mono.Cecil.TypeDefinition | ||
GetMethodDefinition ( uint rid ) : Mono.Cecil.MethodDefinition | ||
GetTypeDefinition ( uint rid ) : Mono.Cecil.TypeDefinition | ||
GetTypeReference ( uint rid ) : |
||
RemoveCustomAttributeRange ( ICustomAttributeProvider owner ) : void | ||
RemoveEventsRange ( Mono.Cecil.TypeDefinition type ) : void | ||
RemoveGenericConstraintMapping ( Mono.Cecil.GenericParameter generic_parameter ) : void | ||
RemoveGenericParameterRange ( IGenericParameterProvider owner ) : void | ||
RemoveInterfaceMapping ( Mono.Cecil.TypeDefinition type ) : void | ||
RemoveNestedTypeMapping ( Mono.Cecil.TypeDefinition type ) : void | ||
RemoveOverrideMapping ( Mono.Cecil.MethodDefinition method ) : void | ||
RemovePropertiesRange ( Mono.Cecil.TypeDefinition type ) : void | ||
RemoveReverseNestedTypeMapping ( Mono.Cecil.TypeDefinition type ) : void | ||
RemoveSecurityDeclarationRange ( ISecurityDeclarationProvider owner ) : void | ||
SetGenericConstraintMapping ( uint gp_rid, MetadataToken mapping ) : void | ||
SetInterfaceMapping ( uint type_rid, MetadataToken>.Row |
||
SetLocalScopes ( uint method_rid, Row |
||
SetNestedTypeMapping ( uint type_rid, uint mapping ) : void | ||
SetOverrideMapping ( uint rid, MetadataToken mapping ) : void | ||
SetReverseNestedTypeMapping ( uint nested, uint declaring ) : void | ||
TryGetCustomAttributeRanges ( ICustomAttributeProvider owner, |
||
TryGetEventsRange ( Mono.Cecil.TypeDefinition type, |
||
TryGetGenericConstraintMapping ( Mono.Cecil.GenericParameter generic_parameter, MetadataToken &mapping ) : bool | ||
TryGetGenericParameterRanges ( IGenericParameterProvider owner, |
||
TryGetInterfaceMapping ( Mono.Cecil.TypeDefinition type, MetadataToken>.Row |
||
TryGetLocalScopes ( Mono.Cecil.MethodDefinition method, Row |
||
TryGetNestedTypeMapping ( Mono.Cecil.TypeDefinition type, uint &mapping ) : bool | ||
TryGetOverrideMapping ( Mono.Cecil.MethodDefinition method, MetadataToken &mapping ) : bool | ||
TryGetPrimitiveElementType ( Mono.Cecil.TypeDefinition type, ElementType &etype ) : bool | ||
TryGetPropertiesRange ( Mono.Cecil.TypeDefinition type, |
||
TryGetReverseNestedTypeMapping ( Mono.Cecil.TypeDefinition type, uint &declaring ) : bool | ||
TryGetSecurityDeclarationRanges ( ISecurityDeclarationProvider owner, |
||
TryGetStateMachineKickOffMethod ( Mono.Cecil.MethodDefinition method, uint &rid ) : bool | ||
TryProcessPrimitiveTypeReference ( |
Method | Description | |
---|---|---|
BinaryRangeSearch ( Mono.Cecil.TypeDefinition types, uint rid, bool field ) : Mono.Cecil.TypeDefinition | ||
InitializePrimitives ( ) : void | ||
TryGetPrimitiveData ( |
public AddEventsRange ( uint type_rid, |
||
type_rid | uint | |
range | ||
return | void |
public AddFieldDefinition ( |
||
field | ||
return | void |
public AddMemberReference ( |
||
member | ||
return | void |
public AddMethodDefinition ( Mono.Cecil.MethodDefinition method ) : void | ||
method | Mono.Cecil.MethodDefinition | |
return | void |
public AddPropertiesRange ( uint type_rid, |
||
type_rid | uint | |
range | ||
return | void |
public AddTypeDefinition ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
return | void |
public AddTypeReference ( |
||
type | ||
return | void |
public GetAssemblyNameReference ( uint rid ) : Mono.Cecil.AssemblyNameReference | ||
rid | uint | |
return | Mono.Cecil.AssemblyNameReference |
public GetFieldDeclaringType ( uint field_rid ) : Mono.Cecil.TypeDefinition | ||
field_rid | uint | |
return | Mono.Cecil.TypeDefinition |
public GetFieldDefinition ( uint rid ) : |
||
rid | uint | |
return |
public GetImportScope ( uint rid ) : ImportDebugInformation | ||
rid | uint | |
return | ImportDebugInformation |
public GetMemberReference ( uint rid ) : |
||
rid | uint | |
return |
public GetMethodDeclaringType ( uint method_rid ) : Mono.Cecil.TypeDefinition | ||
method_rid | uint | |
return | Mono.Cecil.TypeDefinition |
public GetMethodDefinition ( uint rid ) : Mono.Cecil.MethodDefinition | ||
rid | uint | |
return | Mono.Cecil.MethodDefinition |
public GetTypeDefinition ( uint rid ) : Mono.Cecil.TypeDefinition | ||
rid | uint | |
return | Mono.Cecil.TypeDefinition |
public GetTypeReference ( uint rid ) : |
||
rid | uint | |
return |
public RemoveCustomAttributeRange ( ICustomAttributeProvider owner ) : void | ||
owner | ICustomAttributeProvider | |
return | void |
public RemoveEventsRange ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
return | void |
public RemoveGenericConstraintMapping ( Mono.Cecil.GenericParameter generic_parameter ) : void | ||
generic_parameter | Mono.Cecil.GenericParameter | |
return | void |
public RemoveGenericParameterRange ( IGenericParameterProvider owner ) : void | ||
owner | IGenericParameterProvider | |
return | void |
public RemoveInterfaceMapping ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
return | void |
public RemoveNestedTypeMapping ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
return | void |
public RemoveOverrideMapping ( Mono.Cecil.MethodDefinition method ) : void | ||
method | Mono.Cecil.MethodDefinition | |
return | void |
public RemovePropertiesRange ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
return | void |
public RemoveReverseNestedTypeMapping ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
return | void |
public RemoveSecurityDeclarationRange ( ISecurityDeclarationProvider owner ) : void | ||
owner | ISecurityDeclarationProvider | |
return | void |
public SetGenericConstraintMapping ( uint gp_rid, MetadataToken mapping ) : void | ||
gp_rid | uint | |
mapping | MetadataToken | |
return | void |
public SetInterfaceMapping ( uint type_rid, MetadataToken>.Row |
||
type_rid | uint | |
mapping | MetadataToken>.Row | |
return | void |
public SetLocalScopes ( uint method_rid, Row |
||
method_rid | uint | |
records | Row |
|
return | void |
public SetNestedTypeMapping ( uint type_rid, uint mapping ) : void | ||
type_rid | uint | |
mapping | uint | |
return | void |
public SetOverrideMapping ( uint rid, MetadataToken mapping ) : void | ||
rid | uint | |
mapping | MetadataToken | |
return | void |
public SetReverseNestedTypeMapping ( uint nested, uint declaring ) : void | ||
nested | uint | |
declaring | uint | |
return | void |
public TryGetCustomAttributeRanges ( ICustomAttributeProvider owner, |
||
owner | ICustomAttributeProvider | |
ranges | ||
return | bool |
public TryGetEventsRange ( Mono.Cecil.TypeDefinition type, |
||
type | Mono.Cecil.TypeDefinition | |
range | ||
return | bool |
public TryGetGenericConstraintMapping ( Mono.Cecil.GenericParameter generic_parameter, MetadataToken &mapping ) : bool | ||
generic_parameter | Mono.Cecil.GenericParameter | |
mapping | MetadataToken | |
return | bool |
public TryGetGenericParameterRanges ( IGenericParameterProvider owner, |
||
owner | IGenericParameterProvider | |
ranges | ||
return | bool |
public TryGetInterfaceMapping ( Mono.Cecil.TypeDefinition type, MetadataToken>.Row |
||
type | Mono.Cecil.TypeDefinition | |
mapping | MetadataToken>.Row | |
return | bool |
public TryGetLocalScopes ( Mono.Cecil.MethodDefinition method, Row |
||
method | Mono.Cecil.MethodDefinition | |
scopes | Row |
|
return | bool |
public TryGetNestedTypeMapping ( Mono.Cecil.TypeDefinition type, uint &mapping ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
mapping | uint | |
return | bool |
public TryGetOverrideMapping ( Mono.Cecil.MethodDefinition method, MetadataToken &mapping ) : bool | ||
method | Mono.Cecil.MethodDefinition | |
mapping | MetadataToken | |
return | bool |
public static TryGetPrimitiveElementType ( Mono.Cecil.TypeDefinition type, ElementType &etype ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
etype | ElementType | |
return | bool |
public TryGetPropertiesRange ( Mono.Cecil.TypeDefinition type, |
||
type | Mono.Cecil.TypeDefinition | |
range | ||
return | bool |
public TryGetReverseNestedTypeMapping ( Mono.Cecil.TypeDefinition type, uint &declaring ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
declaring | uint | |
return | bool |
public TryGetSecurityDeclarationRanges ( ISecurityDeclarationProvider owner, |
||
owner | ISecurityDeclarationProvider | |
ranges | ||
return | bool |
public TryGetStateMachineKickOffMethod ( Mono.Cecil.MethodDefinition method, uint &rid ) : bool | ||
method | Mono.Cecil.MethodDefinition | |
rid | uint | |
return | bool |
public static TryProcessPrimitiveTypeReference ( |
||
type | ||
return | void |