Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
Dispose ( ) : void | ||
GetBlob ( uint index ) : byte[] |
Gets the blob value by it's signature/index.
|
|
GetBlobIndex ( byte blobValue ) : uint | ||
GetBlobReader ( uint index ) : |
Gets the blob value by it's signature/index and creates a binary reader.
|
|
GetBlobReader ( uint index, IGenericContext instance ) : |
Gets the blob value by it's signature/index and creates a binary reader using a generic instance.
|
|
ReadConstantValue ( ElementType type, uint signature ) : object | ||
ReadCustomAttributeSignature ( |
||
ReadGenericArgumentsSignature ( uint signature, IGenericContext context ) : TUP.AsmResolver.NET.Specialized.TypeReference[] | ||
ReadMemberRefSignature ( uint sig, IGenericContext context ) : IMemberSignature | ||
ReadPropertySignature ( uint signature, |
||
ReadTypeSignature ( uint signature, IGenericContext paramProvider ) : |
||
ReadVariableSignature ( uint signature, |
||
TryGetBlobReader ( uint index, |
||
TryGetBlobReader ( uint index, IGenericContext instance, |
Method | Description | |
---|---|---|
AddMissingGenericParameters ( IGenericParamProvider provider, int index ) : void | ||
BlobHeap ( |
||
Initialize ( ) : void | ||
ReadAllBlobs ( ) : void | ||
Reconstruct ( ) : void |
public GetBlob ( uint index ) : byte[] | ||
index | uint | The index or signature to get the blob value from. |
return | byte[] |
public GetBlobIndex ( byte blobValue ) : uint | ||
blobValue | byte | |
return | uint |
public GetBlobReader ( uint index ) : |
||
index | uint | The index or signature to get the blob value from. |
return |
public GetBlobReader ( uint index, IGenericContext instance ) : |
||
index | uint | The index or signature to get the blob value from. |
instance | IGenericContext | The generic instance that is being used as a context. |
return |
public ReadConstantValue ( ElementType type, uint signature ) : object | ||
type | ElementType | |
signature | uint | |
return | object |
public ReadCustomAttributeSignature ( |
||
parent | ||
signature | uint | |
return |
public ReadGenericArgumentsSignature ( uint signature, IGenericContext context ) : TUP.AsmResolver.NET.Specialized.TypeReference[] | ||
signature | uint | |
context | IGenericContext | |
return | TUP.AsmResolver.NET.Specialized.TypeReference[] |
public ReadMemberRefSignature ( uint sig, IGenericContext context ) : IMemberSignature | ||
sig | uint | |
context | IGenericContext | |
return | IMemberSignature |
public ReadPropertySignature ( uint signature, |
||
signature | uint | |
parentProperty | ||
return |
public ReadTypeSignature ( uint signature, IGenericContext paramProvider ) : |
||
signature | uint | |
paramProvider | IGenericContext | |
return |
public ReadVariableSignature ( uint signature, |
||
signature | uint | |
parentMethod | ||
return | TUP.AsmResolver.NET.Specialized.MSIL.VariableDefinition[] |
public TryGetBlobReader ( uint index, |
||
index | uint | |
reader | ||
return | bool |
public TryGetBlobReader ( uint index, IGenericContext instance, |
||
index | uint | |
instance | IGenericContext | |
reader | ||
return | bool |