Table of Contents

Struct CLRCapabilities.SoftwareVersionProperties

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

Constructors

SoftwareVersionProperties(byte[], byte[], uint)

public SoftwareVersionProperties(byte[] buildDate, byte[] compilerInfo, uint compVersion)

Parameters

buildDate byte[]
compilerInfo byte[]
compVersion uint

Fields

BuildDate

public readonly string BuildDate

Field Value

string

CompilerInfo

public readonly string CompilerInfo

Field Value

string

CompilerVersion

public readonly Version CompilerVersion

Field Value

Version