Class GenDCComponentFlagsGroup
Bitfield union for GenDC component-level flags.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCComponentFlagsGroup : IDisposable
Constructors
View SourceGenDCComponentFlagsGroup()
Declaration
public GenDCComponentFlagsGroup()
Fields
View SourceswigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceValue
Raw 16-bit flags value.
Declaration
public ushort Value { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~GenDCComponentFlagsGroup()
Destructor.
Declaration
protected ~GenDCComponentFlagsGroup()