Table of Contents

Class RuntimeValue_Class

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class RuntimeValue_Class : RuntimeValue
Inheritance
RuntimeValue_Class
Derived
Inherited Members
Extension Methods

Constructors

RuntimeValue_Class(Engine, Debugging_Value)

protected RuntimeValue_Class(Engine eng, Commands.Debugging_Value handle)

Parameters

eng Engine
handle Commands.Debugging_Value

Properties

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

NumOfFields

public override uint NumOfFields { get; }

Property Value

uint

Methods

GetField(uint, uint)

public override RuntimeValue GetField(uint offset, uint fd)

Parameters

offset uint
fd uint

Returns

RuntimeValue