Property | Type | Description | |
---|---|---|---|
DynamicILInfo | System | ||
GetCallableMethod | |||
SetCode | void | ||
SetExceptions | void | ||
SetLocalSignature | void |
Method | Description | |
---|---|---|
GetTokenFor ( |
||
GetTokenFor ( |
||
GetTokenFor ( |
||
GetTokenFor ( |
||
GetTokenFor ( |
||
GetTokenFor ( byte signature ) : int | ||
GetTokenFor ( string literal ) : int | ||
SetCode ( byte code, int maxStackSize ) : void | ||
SetExceptions ( byte exceptions ) : void | ||
SetLocalSignature ( byte localSignature ) : void |
Method | Description | |
---|---|---|
DynamicILInfo ( |
||
GetCallableMethod ( void module ) : |
||
SetCode ( byte code, int codeSize, int maxStackSize ) : void | ||
SetExceptions ( byte exceptions, int exceptionsSize ) : void | ||
SetLocalSignature ( byte localSignature, int signatureSize ) : void |
public GetTokenFor ( |
||
method | ||
return | int |
public GetTokenFor ( |
||
field | ||
return | int |
public GetTokenFor ( |
||
method | ||
return | int |
public GetTokenFor ( |
||
method | ||
contextType | ||
return | int |
public GetTokenFor ( |
||
type | ||
return | int |
public SetCode ( byte code, int maxStackSize ) : void | ||
code | byte | |
maxStackSize | int | |
return | void |
public SetExceptions ( byte exceptions ) : void | ||
exceptions | byte | |
return | void |
public SetLocalSignature ( byte localSignature ) : void | ||
localSignature | byte | |
return | void |