C# 클래스 PEAPI.Assembly

Descriptor for THIS assembly (.assembly)
상속: ResolutionScope
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Assembly System
GetCodedIx uint
Size uint
Write void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Assembly ( string name, MetaData md ) : System
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddAssemblyAttr() 공개 메소드

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

AddAssemblyInfo() 공개 메소드

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
리턴 void