C# Класс PEAPI.MetaDataElement

Base class for all Meta Data table elements
Наследование: IComparable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
customAttributes System.Collections.ArrayList
done bool
sortTable bool
tabIx MDTable

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

Метод Описание
AddCustomAttribute ( Method ctorMeth, Constant cVals ) : void

Add a custom attribute to this item

AddCustomAttribute ( Method ctorMeth, byte val ) : void

Add a custom attribute to this item

CompareTo ( object obj ) : int

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

Метод Описание
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
MetaDataElement ( ) : System
Size ( MetaData md ) : uint
SortKey ( ) : uint
SortKey2 ( ) : uint
Token ( ) : uint
Write ( PEAPI.FileImage output ) : void

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

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

Add a custom attribute to this item
public AddCustomAttribute ( Method ctorMeth, Constant cVals ) : void
ctorMeth Method the constructor method for this attribute
cVals Constant
Результат void

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

Add a custom attribute to this item
public AddCustomAttribute ( Method ctorMeth, byte val ) : void
ctorMeth Method the constructor method for this attribute
val byte the byte value of the parameters
Результат void

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

public CompareTo ( object obj ) : int
obj object
Результат int

Описание свойств

customAttributes защищенное свойство

protected ArrayList,System.Collections customAttributes
Результат System.Collections.ArrayList

done защищенное свойство

protected bool done
Результат bool

sortTable защищенное свойство

protected bool sortTable
Результат bool

tabIx защищенное свойство

protected MDTable tabIx
Результат MDTable