You are here: Start » AVL.NET » GenApi_EnumDescriptor Class

GenApi_EnumDescriptor Class

Namespace:AvlNet
Assembly:Genicam.Net.dll

Constructors

 ConstructorDescription
GenApi_EnumDescriptor(GenApi_EnumDescriptor)Creates a deep copy of the passed object.
GenApi_EnumDescriptor()

Properties

 NameTypeDescription
EntriesSystem.Collections.Generic.IList<AvlNet.GenApi_EnumEntryDescriptor>
IsDisposedSystem.Boolean

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.GenApi_EnumDescriptor)Resets this instance with data of the other GenApi_EnumDescriptor object.
ToString()Inherited from System.Object

See also