C# Class 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
Show file Open project: DynamoDS/Dynamo

Protected Properties

Property Type Description
runtimeCore ProtoCore.RuntimeCore
staticCore ProtoCore.Core

Protected Methods

Method Description
MirrorObject ( ) : System
MirrorObject ( ProtoCore runtimeCore, ProtoCore staticCore = null ) : System

Method Details

MirrorObject() protected method

protected MirrorObject ( ) : System
return System

MirrorObject() protected method

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

Property Details

runtimeCore protected property

protected ProtoCore.RuntimeCore runtimeCore
return ProtoCore.RuntimeCore

staticCore protected static property

protected static ProtoCore.Core staticCore
return ProtoCore.Core