Click or drag to resize

ScriptingObject Class

[Missing <summary> documentation for "T:Demo3D.Visuals.ScriptingObject"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        PropertyList
          Demo3D.VisualsScriptingObject

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ScriptingObject : PropertyList, 
	IEnumerable, IDictionary, ICollection

The ScriptingObject type exposes the following members.

Constructors
 NameDescription
Public methodScriptingObjectInitializes a new instance of the ScriptingObject class
Public methodScriptingObject(String, Object)Initializes a new instance of the ScriptingObject class
Top
Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyKeys 
Public propertyValues 
Top
Methods
See Also