C# Класс PEAPI.Property

Descriptor for the Property of a class
Наследование: Feature
Показать файл Открыть проект

Открытые методы

Метод Описание
AddGetter ( MethodDef getter ) : void

Add a get method to this property

AddInitValue ( Constant constVal ) : void

Add an initial value for this property

AddOther ( MethodDef other ) : void

Add another method to this property

AddSetter ( MethodDef setter ) : void

Add a set method to this property

SetInstance ( bool isInstance ) : void

Приватные методы

Метод Описание
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
Property ( string name, Type retType, Type pars, ClassDef parent ) : System
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

Описание методов

AddGetter() публичный Метод

Add a get method to this property
public AddGetter ( MethodDef getter ) : void
getter MethodDef the get method
Результат void

AddInitValue() публичный Метод

Add an initial value for this property
public AddInitValue ( Constant constVal ) : void
constVal Constant the initial value for this property
Результат void

AddOther() публичный Метод

Add another method to this property
public AddOther ( MethodDef other ) : void
other MethodDef the method
Результат void

AddSetter() публичный Метод

Add a set method to this property
public AddSetter ( MethodDef setter ) : void
setter MethodDef the set method
Результат void

SetInstance() публичный Метод

public SetInstance ( bool isInstance ) : void
isInstance bool
Результат void