|
![]() |
The NamedConstant type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NamedConstant(String) |
Construct a named integer constant with value 0
|
![]() |
NamedConstant(Int32, String) |
Construct a named integer constant
|
![]() |
NamedConstant(String, String) |
Construct a named integer constant with value 0
|
![]() |
NamedConstant(Int32, String, String) |
Construct a named integer constant
|
Methods
Name | Description | |
---|---|---|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals | (Overrides NativeHandle..::..Equals(Object).) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Overrides NativeHandle..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() |
BaseName |
Base name for constant. Related constants (enumerations) have the same base name.
|
![]() |
DisplayName |
Display name of constant (localized)
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
Name |
Name of constant
|
![]() |
Value |
Value of constant
|