Visual Signal ExternalBase Class Library Documentation
TExternalBase..::.DllProperty Class
VisualSignalVSignal.ExternalBaseTExternalBaseTExternalBase..::.DllProperty
API version 1.2.2.0

[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).
Declaration Syntax
C#Visual BasicVisual C++
protected class DllProperty
Protected Class DllProperty
protected ref class DllProperty
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Gets the System.Type of the property.

Value
Gets/Sets the current value of the property.

Inheritance Hierarchy
Object
TExternalBase..::.DllProperty

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)