C# Class PERWAPI.Member

Base class for field/methods (member of a class)
Inheritance: MetaDataElement
ファイルを表示 Open project: xored/f4

Protected Properties

Property Type Description
name string
nameIx uint
parent Class
parentIx uint
signature byte[]

Public Methods

Method Description
GetParent ( ) : MetaDataElement
Name ( ) : string
QualifiedName ( ) : string

Protected Methods

Method Description
WriteFlags ( CILWriter output, uint flags ) : void

Private Methods

Method Description
HasName ( string name ) : bool
Member ( string name ) : System
Member ( string memName, Class paren ) : System
Member ( uint parenIx, string name, uint sIx ) : System
ReadMember ( PEReader buff, TableRow members ) : void
ResolveParent ( PEReader buff ) : Member
SetParent ( Class paren ) : void
WriteType ( CILWriter output ) : void

Method Details

GetParent() public method

public GetParent ( ) : MetaDataElement
return MetaDataElement

Name() public method

public Name ( ) : string
return string

QualifiedName() public method

public QualifiedName ( ) : string
return string

WriteFlags() protected method

protected WriteFlags ( CILWriter output, uint flags ) : void
output CILWriter
flags uint
return void

Property Details

name protected_oe property

protected string name
return string

nameIx protected_oe property

protected uint nameIx
return uint

parent protected_oe property

protected Class,PERWAPI parent
return Class

parentIx protected_oe property

protected uint parentIx
return uint

signature protected_oe property

protected byte[] signature
return byte[]