C# 클래스 Mirror.RuntimeMirror

A RuntimeMirror object is used to reflect on the runtime status of a single designsript variable
상속: MirrorObject
파일 보기 프로젝트 열기: DynamoDS/Dynamo

공개 메소드들

메소드 설명
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

메소드 상세

GetData() 공개 메소드

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

GetStringData() 공개 메소드

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

RuntimeMirror() 공개 메소드

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