C# 클래스 PEAPI.Feature

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
SetRTSpecialName ( ) : void

Set the RTSpecialName attribute for this Event or Property

SetSpecialName ( ) : void

Set the specialName attribute for this Event or Property

비공개 메소드들

메소드 설명
AddMethod ( MethodDef meth, MethodType mType ) : void
Feature ( string name, ClassDef par ) : System

메소드 상세

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[],PEAPI methods
리턴 PEAPI.MethodSemantics[]

name 보호되어 있는 프로퍼티

protected string name
리턴 string

nameIx 보호되어 있는 프로퍼티

protected uint nameIx
리턴 uint

parent 보호되어 있는 프로퍼티

protected ClassDef,PEAPI parent
리턴 ClassDef

tide 보호되어 있는 프로퍼티

protected int tide
리턴 int