C# Class Mirror.RuntimeMirror

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

Méthodes publiques

Méthode 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 méthode

Retrieve the data associated with this RuntimeMirror
public GetData ( ) : Mirror.MirrorData
Résultat Mirror.MirrorData

GetStringData() public méthode

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

RuntimeMirror() public méthode

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