메소드 | 설명 | |
---|---|---|
AddAssemblyAttr ( AssemAttr aa ) : void |
Add an attribute for this assembly
|
|
AddAssemblyInfo ( int majVer, int minVer, int bldNo, int revNo, byte key, HashAlgorithmType hash, string cult ) : void |
Add details about an assembly
|
|
AddSecurity ( SecurityAction act, byte permissionSet ) : void |
Add some security action(s) to this Assembly
|
|
AssemblyAttributes ( ) : AssemAttr |
Get the attributes of this assembly
|
|
BuildNumber ( ) : int |
Get the build number for this Assembly
|
|
Culture ( ) : string |
Get the culture information for this Assembly
|
|
GetSecurity ( ) : PERWAPI.DeclSecurity[] |
Get the security information for this assembly
|
|
HasSecurity ( ) : bool |
Check if this assembly has security information
|
|
HashAlgorithm ( ) : HashAlgorithmType |
Get the type of the hash algorithm for this Assembly
|
|
Key ( ) : byte[] |
Get the public key for this Assembly
|
|
MajorVersion ( ) : int |
Get the major version number for this Assembly
|
|
MakeRefOf ( ) : AssemblyRef |
Make an AssemblyRef descriptor for this Assembly
|
|
MinorVersion ( ) : int |
Get the minor version number for this Assembly
|
|
RevisionNumber ( ) : int |
Get the revision number for this Assembly
|
|
SetAssemblyAttr ( AssemAttr aa ) : void |
Set the attributes for this assembly
|
메소드 | 설명 | |
---|---|---|
AddSecurity ( |
||
Assembly ( string name, HashAlgorithmType hashAlgId, ushort majVer, ushort minVer, ushort bldNo, ushort revNo, uint flags, byte pKey, string cult, |
||
Assembly ( string name, |
||
BuildTables ( |
||
GetCodedIx ( CIx code ) : uint | ||
Read ( |
||
ReadAssemblyRef ( |
||
Size ( |
||
Write ( |
||
Write ( |
public AddAssemblyAttr ( AssemAttr aa ) : void | ||
aa | AssemAttr | assembly attribute |
리턴 | void |
public AddAssemblyInfo ( int majVer, int minVer, int bldNo, int revNo, byte key, HashAlgorithmType hash, string cult ) : void | ||
majVer | int | Major Version |
minVer | int | Minor Version |
bldNo | int | Build Number |
revNo | int | Revision Number |
key | byte | Hash Key |
hash | HashAlgorithmType | Hash Algorithm |
cult | string | Culture |
리턴 | void |
public AddSecurity ( SecurityAction act, byte permissionSet ) : void | ||
act | SecurityAction | |
permissionSet | byte | |
리턴 | void |
public SetAssemblyAttr ( AssemAttr aa ) : void | ||
aa | AssemAttr | assembly attribute |
리턴 | void |