C# 클래스 PERWAPI.CustomAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
byteVal byte[]

공개 메소드들

메소드 설명
AddFieldOrProp ( string name, Constant val, bool isFld ) : void
GetIsField ( ) : bool[]
GetNamedArgs ( ) : PERWAPI.Constant[]
GetNames ( ) : string[]

비공개 메소드들

메소드 설명
AddFieldOrProps ( string names, Constant vals, bool isField ) : void
BuildTables ( MetaDataOut md ) : void
CustomAttribute ( MetaDataElement paren, Method constrType, Constant val ) : System
CustomAttribute ( MetaDataElement paren, Method constrType, byte val ) : System
CustomAttribute ( PEReader buff ) : System
DecodeCustomAttributeBlob ( ) : void
GetCAType ( ) : Method
Read ( PEReader buff, TableRow attrs ) : void
Resolve ( PEReader buff ) : void
SetBytes ( byte bytes ) : void
Size ( MetaData md ) : uint
SortKey ( ) : uint
Write ( PEWriter output ) : void

메소드 상세

AddFieldOrProp() 공개 메소드

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

GetIsField() 공개 메소드

public GetIsField ( ) : bool[]
리턴 bool[]

GetNamedArgs() 공개 메소드

public GetNamedArgs ( ) : PERWAPI.Constant[]
리턴 PERWAPI.Constant[]

GetNames() 공개 메소드

public GetNames ( ) : string[]
리턴 string[]

프로퍼티 상세

byteVal 공개적으로 프로퍼티

public byte[] byteVal
리턴 byte[]