Метод | Описание | |
---|---|---|
AssemblyDefinition ( MetaDataRow row ) : System | ||
AssemblyDefinition ( string name, AssemblyAttributes attributes, System.Version version, AssemblyHashAlgorithm hashAlgorithm, uint publicKey, string culture ) : System | ||
ClearCache ( ) : void | ||
Resolve ( ) : |
||
ToString ( ) : string |
public AssemblyDefinition ( MetaDataRow row ) : System | ||
row | MetaDataRow | |
Результат | System |
public AssemblyDefinition ( string name, AssemblyAttributes attributes, System.Version version, AssemblyHashAlgorithm hashAlgorithm, uint publicKey, string culture ) : System | ||
name | string | |
attributes | AssemblyAttributes | |
version | System.Version | |
hashAlgorithm | AssemblyHashAlgorithm | |
publicKey | uint | |
culture | string | |
Результат | System |