C# Class Mirror.RuntimeMirror

A RuntimeMirror object is used to reflect on the runtime status of a single designsript variable
Inheritance: MirrorObject
Show file Open project: DynamoDS/Dynamo

Public Methods

Method Description
GetData ( ) : Mirror.MirrorData

Retrieve the data associated with this RuntimeMirror

GetStringData ( ) : string

This method will return the string representation of the mirror data if it is available

RuntimeMirror ( string varname, int blockDecl, ProtoCore runtimeCore, ProtoCore staticCore = null ) : System

Method Details

GetData() public method

Retrieve the data associated with this RuntimeMirror
public GetData ( ) : Mirror.MirrorData
return Mirror.MirrorData

GetStringData() public method

This method will return the string representation of the mirror data if it is available
public GetStringData ( ) : string
return string

RuntimeMirror() public method

public RuntimeMirror ( string varname, int blockDecl, ProtoCore runtimeCore, ProtoCore staticCore = null ) : System
varname string
blockDecl int
runtimeCore ProtoCore
staticCore ProtoCore
return System