Class GetMember
Gets the value of a field or property via reflection.
Inheritance
object
GetMember
Assembly: solution.dll
Syntax
public sealed class GetMember : MemberUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IIdentifiable, IAnalyticsIdentifiable, IAotStubbable
Constructors
GetMember()
Declaration
GetMember(Member)
Declaration
public GetMember(Member member)
Parameters
| Type |
Name |
Description |
| Member |
member |
|
Properties
getter
Declaration
[DoNotSerializeAttribute]
[MemberFilter]
public Member getter { get; set; }
Property Value
value
Declaration
[DoNotSerializeAttribute]
public ValueOutput value { get; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
GetAnalyticsIdentifier()
Declaration
public override AnalyticsIdentifier GetAnalyticsIdentifier()
Returns
Overrides
IsMemberValid(Member)
Declaration
protected override bool IsMemberValid(Member member)
Parameters
| Type |
Name |
Description |
| Member |
member |
|
Returns
Overrides
Implements
IDisposable
Extension Methods