C# Class PEAPI.Assembly

Descriptor for THIS assembly (.assembly)
Inheritance: ResolutionScope
显示文件 Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
Assembly System
GetCodedIx uint
Size uint
Write void

Public Methods

Method Description
AddAssemblyAttr ( AssemAttr aa ) : void

Add an attribute to THIS assembly

AddAssemblyInfo ( int majVer, int minVer, int bldNo, int revNo, byte key, uint hash, string cult ) : void

Add details about THIS assembly

Private Methods

Method Description
Assembly ( string name, MetaData md ) : System
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

Method Details

AddAssemblyAttr() public method

Add an attribute to THIS assembly
public AddAssemblyAttr ( AssemAttr aa ) : void
aa AssemAttr assembly attribute
return void

AddAssemblyInfo() public method

Add details about THIS assembly
public AddAssemblyInfo ( int majVer, int minVer, int bldNo, int revNo, byte key, uint 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 uint Hash Algorithm
cult string Culture
return void