[This is preliminary documentation and is subject to change.]
DllProperty - This class represents a property used by the user DLL. The user DLL
should initialize the number of required DllProperty objects and store them in
_properties dictionary in Init()()() using RegisterProperty().
Before DLL's computation stage, Visual Signal's ExternalDll will update the value of the
properties via setProperties(String); after Dll's computation, user DLL is responsible for
updating the property values via UpdateProperty(String, Object).
| C# | Visual Basic | Visual C++ |
protected class DllProperty
Protected Class DllProperty
protected ref class DllProperty
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TExternalBase..::.DllProperty(String, Type, Object, String, String, String) |
DllProperty constructor.
| |
| TExternalBase..::.DllProperty(String, Type, Object, String, String, String, String) |
DllProperty constructor.
| |
| Category |
Gets the property category.
| |
| Default |
Gets the default value of the property.
| |
| Description |
Gets the property description.
| |
| DisplayName |
Gets the proprety display name.
| |
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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 |
Gets the name of the property.
| |
| Tags |
Gets the property tags
| |
| ToString()()() | (Inherited from Object.) | |
| Type |
Gets the System.Type of the property.
| |
| Value |
Gets/Sets the current value of the property.
|
| Object | |
| TExternalBase..::.DllProperty | |