C# 클래스 PERWAPI.Feature

Base class for Event and Property descriptors
상속: MetaDataElement
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
flags ushort
methods MethodSemantics[]
name string
nameIx uint
parent ClassDef
tide int

공개 메소드들

메소드 설명
AddMethod ( MethodDef meth, MethodType mType ) : void
ClearRTSSpecialName ( ) : void
ClearSpecialName ( ) : void
GetMethod ( MethodType mType ) : MethodDef
HasRTSSpecialName ( ) : bool
HasSpecialName ( ) : bool
Name ( ) : string
RemoveMethod ( MethodDef meth ) : void
RemoveMethod ( MethodType mType ) : void
SetName ( string nam ) : void
SetRTSpecialName ( ) : void

Set the RTSpecialName attribute for this Event or Property

SetSpecialName ( ) : void

Set the specialName attribute for this Event or Property

비공개 메소드들

메소드 설명
AddMethod ( MethodSemantics meth ) : void
Feature ( ) : System
Feature ( string name, ClassDef par ) : System
GetFeatureNames ( PEReader buff, MDTable tabIx, MDTable mapTabIx, ClassDef theClass, uint classIx ) : string[]
GetParent ( ) : ClassDef
SetParent ( ClassDef paren ) : void

메소드 상세

AddMethod() 공개 메소드

public AddMethod ( MethodDef meth, MethodType mType ) : void
meth MethodDef
mType MethodType
리턴 void

ClearRTSSpecialName() 공개 메소드

public ClearRTSSpecialName ( ) : void
리턴 void

ClearSpecialName() 공개 메소드

public ClearSpecialName ( ) : void
리턴 void

GetMethod() 공개 메소드

public GetMethod ( MethodType mType ) : MethodDef
mType MethodType
리턴 MethodDef

HasRTSSpecialName() 공개 메소드

public HasRTSSpecialName ( ) : bool
리턴 bool

HasSpecialName() 공개 메소드

public HasSpecialName ( ) : bool
리턴 bool

Name() 공개 메소드

public Name ( ) : string
리턴 string

RemoveMethod() 공개 메소드

public RemoveMethod ( MethodDef meth ) : void
meth MethodDef
리턴 void

RemoveMethod() 공개 메소드

public RemoveMethod ( MethodType mType ) : void
mType MethodType
리턴 void

SetName() 공개 메소드

public SetName ( string nam ) : void
nam string
리턴 void

SetRTSpecialName() 공개 메소드

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

SetSpecialName() 공개 메소드

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

프로퍼티 상세

flags 보호되어 있는 프로퍼티

protected ushort flags
리턴 ushort

methods 보호되어 있는 프로퍼티

protected MethodSemantics[] methods
리턴 MethodSemantics[]

name 보호되어 있는 프로퍼티

protected string name
리턴 string

nameIx 보호되어 있는 프로퍼티

protected uint nameIx
리턴 uint

parent 보호되어 있는 프로퍼티

protected ClassDef parent
리턴 ClassDef

tide 보호되어 있는 프로퍼티

protected int tide
리턴 int