Method | Description | |
---|---|---|
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)
|
|
AddVersionInfo ( int majVer, int minVer, int bldNo, int revNo ) : void |
Add version information about this external assembly
|
|
BuildNumber ( ) : int |
Get the build number for this external assembly
|
|
GetCulture ( ) : string | ||
GetHash ( ) : byte[] |
Get the hash value for this external assembly
|
|
GetKey ( ) : byte[] |
Get the public key token
|
|
HasVersionInfo ( ) : bool |
Check if this external assembly has any version information
|
|
MajorVersion ( ) : int |
Get the major version for this external assembly
|
|
MakeAssemblyRef ( string name ) : AssemblyRef |
Make an AssemblyRef for "name".
|
|
MakeAssemblyRef ( string name, int majVer, int minVer, int bldNo, int revNo, byte key ) : AssemblyRef | ||
MinorVersion ( ) : int |
Get the minor version for this external assembly
|
|
RevisionNumber ( ) : int |
Get the revision number for this external assembly
|
Method | Description | |
---|---|---|
AssemblyRef ( string name ) : System | ||
AssemblyRef ( string name, ushort maj, ushort min, ushort bldNo, ushort rev, uint flags, byte kBytes, string cult, byte hBytes ) : System | ||
AssemblyString ( ) : string | ||
BuildTables ( |
||
GetCodedIx ( CIx code ) : uint | ||
Read ( |
||
Read ( |
||
SetFlags ( uint flags ) : void | ||
Size ( |
||
Write ( |
||
Write ( |
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 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 |
public static MakeAssemblyRef ( string name ) : AssemblyRef | ||
name | string | The name of the assembly |
return | AssemblyRef |
public static MakeAssemblyRef ( string name, int majVer, int minVer, int bldNo, int revNo, byte key ) : AssemblyRef | ||
name | string | |
majVer | int | |
minVer | int | |
bldNo | int | |
revNo | int | |
key | byte | |
return | AssemblyRef |