Method | Description | |
---|---|---|
AddAssemblyAttr ( AssemAttr aa ) : void | ||
AddClass ( string nsName, string name ) : |
Add a class to this external assembly
|
|
AddCulture ( string cult ) : void |
Set the culture for this external assembly
|
|
AddHash ( byte hash ) : void |
Add the hash value for this external assembly
|
|
AddKey ( byte key ) : void |
Add the full public key for this external assembly
|
|
AddKeyToken ( byte key ) : void |
Add the public key token (low 8 bytes of the public key)
|
|
AddValueClass ( string nsName, string name ) : |
Add a value class to this external assembly
|
|
AddVersionInfo ( int majVer, int minVer, int bldNo, int revNo ) : void |
Add version information about this external assembly
|
Method | Description | |
---|---|---|
AssemblyRef ( |
||
GetCodedIx ( CIx code ) : uint | ||
Size ( |
||
TypeName ( ) : string | ||
Write ( PEAPI.FileImage output ) : void |
public AddAssemblyAttr ( AssemAttr aa ) : void | ||
aa | AssemAttr | |
return | void |
public AddClass ( string nsName, string name ) : |
||
nsName | string | name space name |
name | string | class name |
return |
public AddCulture ( string cult ) : void | ||
cult | string | the culture string |
return | void |
public AddHash ( byte hash ) : void | ||
hash | byte | bytes of the hash value |
return | void |
public AddKey ( byte key ) : void | ||
key | byte | bytes of the public key |
return | void |
public AddKeyToken ( byte key ) : void | ||
key | byte | low 8 bytes of public key |
return | void |
public AddValueClass ( string nsName, string name ) : |
||
nsName | string | name space name |
name | string | class name |
return |
public AddVersionInfo ( int majVer, int minVer, int bldNo, int revNo ) : void | ||
majVer | int | Major Version |
minVer | int | Minor Version |
bldNo | int | Build Number |
revNo | int | Revision Number |
return | void |