Method | Description | |
---|---|---|
Bind ( this field, Mono.Cecil.GenericInstanceType genericType ) : |
||
Bind ( this method, Mono.Cecil.GenericInstanceType genericType ) : |
||
BindDefinition ( this field, |
||
Clone ( this il, |
||
CompareTo ( this type, |
||
CopyGenericParameters ( this source, IGenericParameterProvider destination ) : void | ||
CopyParameters ( this source, Mono.Cecil.MethodDefinition destination ) : void | ||
CreateDefaultMethodImplementation ( Mono.Cecil.MethodDefinition methodInfo, Mono.Cecil.Cil.ILProcessor il ) : void | ||
CreateStaticConstructor ( Mono.Cecil.TypeDefinition proxyType ) : Mono.Cecil.MethodDefinition | ||
Emit ( this body, Action |
||
EmitDefaultBaseConstructorCall ( this il, Mono.Cecil.TypeDefinition baseType ) : void | ||
EmitDefaultValue ( this il, |
||
FindAssembly ( this module, string name ) : Mono.Cecil.AssemblyNameReference | ||
FindConstructor ( this currentModule, |
||
FindGetter ( this currentModule, |
||
FindMethod ( this currentModule, |
||
FindSetter ( this currentModule, |
||
FindType ( this currentModule, string @namespace, string typeName, IMetadataScope scope = null ) : |
||
GenerateSignature ( this method ) : string | ||
GetCustomAttributes ( this assembly, |
||
GetEarliestAncestorThatDeclares ( this type, |
||
GetTaskType ( this type ) : |
||
IndexOf ( this |
||
IsAssignableFrom ( this baseType, Mono.Cecil.TypeDefinition type, Action |
||
IsAssignableFrom ( this baseType, |
||
IsDefined ( this assembly, |
||
IsDefined ( this member, |
||
IsTaskT ( this type ) : bool | ||
LoadType ( this il, |
||
MakeGenericMethod ( this method ) : Mono.Cecil.GenericInstanceMethod | ||
MakeGenericNestedType ( this self ) : Mono.Cecil.GenericInstanceType | ||
ResolveGenericParameter ( this genericParameter, Mono.Cecil.TypeDefinition typeContext ) : |
||
StoreMethodInfo ( this il, |
Method | Description | |
---|---|---|
Initialize ( Mono.Cecil.ModuleDefinition moduleDefinition ) : void |
public static Bind ( this field, Mono.Cecil.GenericInstanceType genericType ) : |
||
field | this | |
genericType | Mono.Cecil.GenericInstanceType | |
return |
public static Bind ( this method, Mono.Cecil.GenericInstanceType genericType ) : |
||
method | this | |
genericType | Mono.Cecil.GenericInstanceType | |
return |
public static BindDefinition ( this field, |
||
field | this | |
genericTypeDefinition | ||
return |
public static Clone ( this il, |
||
il | this | |
instruction | ||
return |
public static CompareTo ( this type, |
||
type | this | |
compareTo | ||
return | bool |
public static CopyGenericParameters ( this source, IGenericParameterProvider destination ) : void | ||
source | this | |
destination | IGenericParameterProvider | |
return | void |
public static CopyParameters ( this source, Mono.Cecil.MethodDefinition destination ) : void | ||
source | this | |
destination | Mono.Cecil.MethodDefinition | |
return | void |
public static CreateDefaultMethodImplementation ( Mono.Cecil.MethodDefinition methodInfo, Mono.Cecil.Cil.ILProcessor il ) : void | ||
methodInfo | Mono.Cecil.MethodDefinition | |
il | Mono.Cecil.Cil.ILProcessor | |
return | void |
public static CreateStaticConstructor ( Mono.Cecil.TypeDefinition proxyType ) : Mono.Cecil.MethodDefinition | ||
proxyType | Mono.Cecil.TypeDefinition | |
return | Mono.Cecil.MethodDefinition |
public static Emit ( this body, Action |
||
body | this | |
il | Action |
|
return | void |
public static EmitDefaultBaseConstructorCall ( this il, Mono.Cecil.TypeDefinition baseType ) : void | ||
il | this | |
baseType | Mono.Cecil.TypeDefinition | |
return | void |
public static EmitDefaultValue ( this il, |
||
il | this | |
type | ||
return | void |
public static FindAssembly ( this module, string name ) : Mono.Cecil.AssemblyNameReference | ||
module | this | |
name | string | |
return | Mono.Cecil.AssemblyNameReference |
public static FindConstructor ( this currentModule, |
||
currentModule | this | |
type | ||
return |
public static FindGetter ( this currentModule, |
||
currentModule | this | |
type | ||
propertyName | string | |
return |
public static FindMethod ( this currentModule, |
||
currentModule | this | |
type | ||
name | string | |
return |
public static FindSetter ( this currentModule, |
||
currentModule | this | |
type | ||
propertyName | string | |
return |
public static FindType ( this currentModule, string @namespace, string typeName, IMetadataScope scope = null ) : |
||
currentModule | this | |
@namespace | string | |
typeName | string | |
scope | IMetadataScope | |
return |
public static GenerateSignature ( this method ) : string | ||
method | this | |
return | string |
public static GetCustomAttributes ( this assembly, |
||
assembly | this | |
attributeType | ||
return | IEnumerable |
public static GetEarliestAncestorThatDeclares ( this type, |
||
type | this | |
attributeType | ||
return | Mono.Cecil.TypeDefinition |
public static GetTaskType ( this type ) : |
||
type | this | |
return |
public static IndexOf ( this |
||
instructions | this |
|
predicate | bool>.Func | |
fromIndex | int | |
return | int |
public static IsAssignableFrom ( this baseType, Mono.Cecil.TypeDefinition type, Action |
||
baseType | this | |
type | Mono.Cecil.TypeDefinition | |
logger | Action |
|
return | bool |
public static IsAssignableFrom ( this baseType, |
||
baseType | this | |
type | ||
logger | Action |
|
return | bool |
public static IsDefined ( this assembly, |
||
assembly | this | |
attributeType | ||
return | bool |
public static IsDefined ( this member, |
||
member | this | |
attributeType | ||
inherit | bool | |
return | bool |
public static LoadType ( this il, |
||
il | this | |
type | ||
return | void |
public static MakeGenericMethod ( this method ) : Mono.Cecil.GenericInstanceMethod | ||
method | this | |
return | Mono.Cecil.GenericInstanceMethod |
public static MakeGenericNestedType ( this self ) : Mono.Cecil.GenericInstanceType | ||
self | this | |
return | Mono.Cecil.GenericInstanceType |
public static ResolveGenericParameter ( this genericParameter, Mono.Cecil.TypeDefinition typeContext ) : |
||
genericParameter | this | |
typeContext | Mono.Cecil.TypeDefinition | |
return |
public static StoreMethodInfo ( this il, |
||
il | this | |
staticField | ||
declaringType | ||
method | Mono.Cecil.MethodDefinition | |
return | void |