C# Class PERWAPI.CustomAttribute

Descriptor for a Custom Attribute (.custom)
Inheritance: MetaDataElement
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
byteVal byte[]

Méthodes publiques

Méthode Description
AddFieldOrProp ( string name, Constant val, bool isFld ) : void
GetIsField ( ) : bool[]
GetNamedArgs ( ) : PERWAPI.Constant[]
GetNames ( ) : string[]

Private Methods

Méthode Description
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

Method Details

AddFieldOrProp() public méthode

public AddFieldOrProp ( string name, Constant val, bool isFld ) : void
name string
val Constant
isFld bool
Résultat void

GetIsField() public méthode

public GetIsField ( ) : bool[]
Résultat bool[]

GetNamedArgs() public méthode

public GetNamedArgs ( ) : PERWAPI.Constant[]
Résultat PERWAPI.Constant[]

GetNames() public méthode

public GetNames ( ) : string[]
Résultat string[]

Property Details

byteVal public_oe property

public byte[] byteVal
Résultat byte[]