Table of Contents

Class RuntimeValue_ByRef

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class RuntimeValue_ByRef : RuntimeValue_Indirect
Inheritance
RuntimeValue_ByRef
Inherited Members
Extension Methods

Constructors

RuntimeValue_ByRef(Engine, Debugging_Value[], int)

protected RuntimeValue_ByRef(Engine eng, Commands.Debugging_Value[] array, int pos)

Parameters

eng Engine
array Debugging_Value[]
pos int

Properties

IsNull

public override bool IsNull { get; }

Property Value

bool

IsReference

public override bool IsReference { get; }

Property Value

bool