C# 클래스 Mirror.MirrorObject

An abstract MirrorObject that represents a generic DesignScript object that can reflected Reflection on this object can be done at compiletime or runtime
파일 보기 프로젝트 열기: DynamoDS/Dynamo

보호된 프로퍼티들

프로퍼티 타입 설명
runtimeCore ProtoCore.RuntimeCore
staticCore ProtoCore.Core

보호된 메소드들

메소드 설명
MirrorObject ( ) : System
MirrorObject ( ProtoCore runtimeCore, ProtoCore staticCore = null ) : System

메소드 상세

MirrorObject() 보호된 메소드

protected MirrorObject ( ) : System
리턴 System

MirrorObject() 보호된 메소드

protected MirrorObject ( ProtoCore runtimeCore, ProtoCore staticCore = null ) : System
runtimeCore ProtoCore
staticCore ProtoCore
리턴 System

프로퍼티 상세

runtimeCore 보호되어 있는 프로퍼티

protected ProtoCore.RuntimeCore runtimeCore
리턴 ProtoCore.RuntimeCore

staticCore 보호되어 있는 정적으로 프로퍼티

protected static ProtoCore.Core staticCore
리턴 ProtoCore.Core