C# Класс Mirror.RuntimeMirror

A RuntimeMirror object is used to reflect on the runtime status of a single designsript variable
Наследование: MirrorObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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