Method | Description | |
---|---|---|
GetAssemblies ( ) : Mono.Cecil.AssemblyDefinition[] | ||
GetParameter ( string key ) : string | ||
GetType ( string fullName ) : Mono.Cecil.TypeDefinition | ||
HasParameter ( string key ) : bool | ||
LinkContext ( |
||
LinkContext ( |
||
Resolve ( IMetadataScope scope ) : |
||
Resolve ( string name ) : |
||
SafeReadSymbols ( |
||
SetParameter ( string key, string value ) : void |
Method | Description | |
---|---|---|
GetReference ( IMetadataScope scope ) : Mono.Cecil.AssemblyNameReference | ||
IsCore ( Mono.Cecil.AssemblyNameReference name ) : bool | ||
SeenFirstTime ( |
||
SetAction ( |
public GetAssemblies ( ) : Mono.Cecil.AssemblyDefinition[] | ||
return | Mono.Cecil.AssemblyDefinition[] |
public GetType ( string fullName ) : Mono.Cecil.TypeDefinition | ||
fullName | string | |
return | Mono.Cecil.TypeDefinition |
public LinkContext ( |
||
pipeline | ||
return | System |
public LinkContext ( |
||
pipeline | ||
resolver | Mono.Linker.AssemblyResolver | |
return | System |
public Resolve ( IMetadataScope scope ) : |
||
scope | IMetadataScope | |
return |
public Resolve ( string name ) : |
||
name | string | |
return |
public SafeReadSymbols ( |
||
assembly | ||
return | void |
public SetParameter ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |