C# 클래스 PEAPI.CustomAttribute

Descriptor for a Custom Attribute (.custom)
상속: MetaDataElement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
AddFieldOrProp ( string name, Constant val ) : void

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
CustomAttribute ( MetaDataElement paren, Method constrType, Constant val ) : System
CustomAttribute ( MetaDataElement paren, Method constrType, byte val ) : System
Size ( MetaData md ) : uint
SortKey ( ) : uint
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddFieldOrProp() 공개 메소드

public AddFieldOrProp ( string name, Constant val ) : void
name string
val Constant
리턴 void