Class RuntimeValue_Primitive
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class RuntimeValue_Primitive : RuntimeValue
- Inheritance
-
RuntimeValue_Primitive
- Inherited Members
- Extension Methods
Constructors
RuntimeValue_Primitive(Engine, Debugging_Value)
protected RuntimeValue_Primitive(Engine eng, Commands.Debugging_Value handle)
Parameters
eng
Enginehandle
Commands.Debugging_Value
Fields
m_value
protected object m_value
Field Value
Properties
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
Value
public override object Value { get; set; }