The base descriptor used by many classes in the core.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class Descriptor
<SerializableAttribute> _ Public Class Descriptor
[SerializableAttribute] public ref class Descriptor
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Descriptor(String, String) |
Creates a new descriptor.
| |
| Description |
The description of instance the descriptor refers to.
| |
| DisplayName |
The name of instance the descriptor refers to, with arbitrary casing.
| |
| Equals(Object) | (Inherited from 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 Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
The name of instance the descriptor refers to. This is enforced to be lower-case.
| |
| ToString()()() |
Creates a string representation.
(Overrides Object.ToString()()().) |
