C# Класс HaloMap.Plugins.IFPIO.Bitmask

The bitmask.
Наследование: BaseObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
bitmaskSize int
options HaloMap.Plugins.IFPIO.Option[]

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

Метод Описание
Bitmask ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Option ifpoptions, int ifpsize, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the Bitmask class.

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

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

Initializes a new instance of the Bitmask class.
public Bitmask ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Option ifpoptions, int ifpsize, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpoffset int The ifpoffset.
ifpvisible bool if set to true [ifpvisible].
ifpname string The ifpname.
extendedDescription string
ifpoptions Option The ifpoptions.
ifpsize int The ifpsize.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
Результат System

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

bitmaskSize публичное свойство

The bitmask size.
public int bitmaskSize
Результат int

options публичное свойство

The options.
public IFPIO.Option[],HaloMap.Plugins options
Результат HaloMap.Plugins.IFPIO.Option[]