Table of Contents

Class Commands.Debugging_Execution_QueryCLRCapabilities.NativeAssemblyDetails

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class Commands.Debugging_Execution_QueryCLRCapabilities.NativeAssemblyDetails
Inheritance
Commands.Debugging_Execution_QueryCLRCapabilities.NativeAssemblyDetails
Inherited Members
Extension Methods

Constructors

NativeAssemblyDetails()

public NativeAssemblyDetails()

Fields

AssemblyVersion

public VersionStruct AssemblyVersion

Field Value

VersionStruct

CheckSum

Checksum of the assembly.

public uint CheckSum

Field Value

uint

Size

size of NativeAssemblyDetails struct (4 + 4 * 2 + 128 * 1)

public const int Size = 140

Field Value

int

Properties

Name

Name of the assembly.

public string Name { get; }

Property Value

string