C# Class PEAPI.Feature

Base class for Event and Property descriptors
Inheritance: MetaDataElement
Show file Open project: kumpera/mono Class Usage Examples

Protected Properties

Property Type Description
flags ushort
methods PEAPI.MethodSemantics[]
name string
nameIx uint
parent ClassDef
tide int

Public Methods

Method Description
SetRTSpecialName ( ) : void

Set the RTSpecialName attribute for this Event or Property

SetSpecialName ( ) : void

Set the specialName attribute for this Event or Property

Private Methods

Method Description
AddMethod ( MethodDef meth, MethodType mType ) : void
Feature ( string name, ClassDef par ) : System

Method Details

SetRTSpecialName() public method

Set the RTSpecialName attribute for this Event or Property
public SetRTSpecialName ( ) : void
return void

SetSpecialName() public method

Set the specialName attribute for this Event or Property
public SetSpecialName ( ) : void
return void

Property Details

flags protected property

protected ushort flags
return ushort

methods protected property

protected MethodSemantics[],PEAPI methods
return PEAPI.MethodSemantics[]

name protected property

protected string name
return string

nameIx protected property

protected uint nameIx
return uint

parent protected property

protected ClassDef,PEAPI parent
return ClassDef

tide protected property

protected int tide
return int