Class RuntimeValue_Reflection
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class RuntimeValue_Reflection : RuntimeValue
- Inheritance
-
RuntimeValue_Reflection
- Inherited Members
- Extension Methods
Constructors
RuntimeValue_Reflection(Engine, Debugging_Value)
protected RuntimeValue_Reflection(Engine eng, Commands.Debugging_Value handle)
Parameters
eng
Enginehandle
Commands.Debugging_Value
Properties
ArrayDepth
public ushort ArrayDepth { get; }
Property Value
IsArray
public override bool IsArray { get; }
Property Value
IsNull
public override bool IsNull { get; }
Property Value
IsPrimitive
public override bool IsPrimitive { get; }
Property Value
IsReference
public override bool IsReference { get; }
Property Value
IsReflection
public override bool IsReflection { get; }
Property Value
IsValueType
public override bool IsValueType { get; }
Property Value
ReflectionIndex
public uint ReflectionIndex { get; }
Property Value
ReflectionType
public ReflectionDefinition.Kind ReflectionType { get; }