Method | Description | |
---|---|---|
AssemblyReference ( MetaDataRow row ) : System | ||
AssemblyReference ( string name, AssemblyAttributes attributes, System.Version version, AssemblyHashAlgorithm hashAlgorithm, uint publicKey, string culture ) : System | ||
AssemblyReference ( string name, System.Version version ) : System | ||
ClearCache ( ) : void | ||
LoadCache ( ) : void | ||
Resolve ( ) : |
||
ToString ( ) : string |
public AssemblyReference ( MetaDataRow row ) : System | ||
row | MetaDataRow | |
return | System |
public AssemblyReference ( 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 | |
return | System |
public AssemblyReference ( string name, System.Version version ) : System | ||
name | string | |
version | System.Version | |
return | System |