Class Expose
Exposes all members of the type.
Syntax
public sealed class Expose : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IIdentifiable, IAotStubbable
Constructors
Expose()
Declaration
Expose(Type)
Declaration
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
canDefine
Declaration
public override bool canDefine { get; }
Property Value
Overrides
instance
Declaration
[Serialize]
[Inspectable]
[UnitHeaderInspectable("Instance")]
[InspectorToggleLeft]
public bool instance { get; set; }
Property Value
members
Declaration
[DoNotSerialize]
public Dictionary<ValueOutput, Member> members { get; }
Property Value
static
Declaration
[Serialize]
[Inspectable]
[UnitHeaderInspectable("Static")]
[InspectorToggleLeft]
public bool static { get; set; }
Property Value
target
The instance of the exposed type.
Declaration
[DoNotSerialize]
[NullMeansSelf]
public ValueInput target { get; }
Property Value
type
Declaration
[Serialize]
[Inspectable]
[TypeFilter(new Type[]{}, Enums = false)]
public Type type { get; set; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Explicit Interface Implementations
IAotStubbable.aotStubs
Declaration
IEnumerable<object> IAotStubbable.aotStubs { get; }
Returns
Implements
Extension Methods