Table of Contents

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

RuntimeValue_Array(Engine, Debugging_Value)

protected RuntimeValue_Array(Engine eng, Commands.Debugging_Value handle)

Parameters

eng Engine
handle Commands.Debugging_Value

Properties

Depth

public override uint Depth { get; }

Property Value

uint

IsArray

public override bool IsArray { get; }

Property Value

bool

IsNull

public override bool IsNull { get; }

Property Value

bool

IsPrimitive

public override bool IsPrimitive { get; }

Property Value

bool

IsReference

public override bool IsReference { get; }

Property Value

bool

IsReflection

public override bool IsReflection { get; }

Property Value

bool

IsValueType

public override bool IsValueType { get; }

Property Value

bool

Length

public override uint Length { get; }

Property Value

uint

Type

public override uint Type { get; }

Property Value

uint

Methods

GetElement(uint)

public override RuntimeValue GetElement(uint index)

Parameters

index uint

Returns

RuntimeValue