C# Class PEAPI.Feature

Base class for Event and Property descriptors
Inheritance: MetaDataElement
Mostra 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_oe property

protected ushort flags
return ushort

methods protected_oe property

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

name protected_oe property

protected string name
return string

nameIx protected_oe property

protected uint nameIx
return uint

parent protected_oe property

protected ClassDef,PEAPI parent
return ClassDef

tide protected_oe property

protected int tide
return int