Метод | Описание | |
---|---|---|
ClearCache ( ) : void | ||
LoadCache ( ) : void | ||
MethodDefinition ( MetaDataRow row ) : System | ||
MethodDefinition ( string name, MethodAttributes attributes, uint rva, uint signature, uint paramlist ) : System | ||
Resolve ( ) : |
public MethodDefinition ( MetaDataRow row ) : System | ||
row | MetaDataRow | |
Результат | System |
public MethodDefinition ( string name, MethodAttributes attributes, uint rva, uint signature, uint paramlist ) : System | ||
name | string | |
attributes | MethodAttributes | |
rva | uint | |
signature | uint | |
paramlist | uint | |
Результат | System |