C# Class PERWAPI.Member

Base class for field/methods (member of a class)
Inheritance: MetaDataElement
Show file 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 property

protected string name
return string

nameIx protected property

protected uint nameIx
return uint

parent protected property

protected Class,PERWAPI parent
return Class

parentIx protected property

protected uint parentIx
return uint

signature protected property

protected byte[] signature
return byte[]