Class TargetInfo
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class TargetInfo : IConverter
- Inheritance
-
TargetInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
TargetInfo(int)
public TargetInfo(int dataLength = 336)
Parameters
dataLength
int
Properties
BooterVersion
public Version BooterVersion { get; }
Property Value
CLRVersion
public Version CLRVersion { get; }
Property Value
Info
public string Info { get; }
Property Value
PlatformInfo
public string PlatformInfo { get; }
Property Value
PlatformName
public string PlatformName { get; }
Property Value
TargetName
public string TargetName { get; }
Property Value
Methods
PrepareForDeserialize(int, byte[], Converter)
public void PrepareForDeserialize(int size, byte[] data, Converter converter)
Parameters
ToString()
public override string ToString()