Table of Contents

Class EvaluatedMemberMetadata

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

Provides evaluation metadata.

public class EvaluatedMemberMetadata
Inheritance
EvaluatedMemberMetadata

Constructors

EvaluatedMemberMetadata(string, EvaluatedMemberKind, EvaluatedMemberVisibility, bool)

Initializes a new instance of EvaluatedMemberMetadata with specified settings.

Properties

IsStatic

Represents boolean value indicating whether evaluation result is static.

MemberKind

Represents kind of the evaluation result.

TypeFullName

Represents fully qualified name of result type.

Visibility

Represents accessibility level of the evaluation result.