Table of Contents

Class Commands.Debugging_Resolve_AppDomain.Reply

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class Commands.Debugging_Resolve_AppDomain.Reply : IConverter
Inheritance
Commands.Debugging_Resolve_AppDomain.Reply
Implements
Inherited Members
Extension Methods

Constructors

Reply()

public Reply()

Fields

m_data

public uint[] m_data

Field Value

uint[]

m_state

public uint m_state

Field Value

uint

m_szName

public byte[] m_szName

Field Value

byte[]

Properties

Name

public string Name { get; }

Property Value

string

Methods

PrepareForDeserialize(int, byte[], Converter)

public void PrepareForDeserialize(int size, byte[] data, Converter converter)

Parameters

size int
data byte[]
converter Converter