Table of Contents

Struct CLRCapabilities.TargetInfoProperties

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public struct CLRCapabilities.TargetInfoProperties
Inherited Members

Constructors

TargetInfoProperties(Version, string, string, string)

public TargetInfoProperties(Version version, string info, string target, string platform)

Parameters

version Version
info string
target string
platform string

Fields

Platform

public readonly string Platform

Field Value

string

TargetName

public readonly string TargetName

Field Value

string

VendorInfo

public readonly string VendorInfo

Field Value

string

Version

public readonly Version Version

Field Value

Version