Class RuntimeValue_Array
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class RuntimeValue_Array : RuntimeValue
- Inheritance
-
RuntimeValue_Array
- Inherited Members
-
- Extension Methods
-
Constructors
protected RuntimeValue_Array(Engine eng, Commands.Debugging_Value handle)
Parameters
eng
Engine
handle
Commands.Debugging_Value
Properties
public override uint Depth { get; }
Property Value
- uint
public override bool IsArray { get; }
Property Value
- bool
public override bool IsNull { get; }
Property Value
- bool
public override bool IsPrimitive { get; }
Property Value
- bool
public override bool IsReference { get; }
Property Value
- bool
public override bool IsReflection { get; }
Property Value
- bool
public override bool IsValueType { get; }
Property Value
- bool
public override uint Length { get; }
Property Value
- uint
public override uint Type { get; }
Property Value
- uint
Methods
public override RuntimeValue GetElement(uint index)
Parameters
index
uint
Returns
- RuntimeValue