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
public TargetInfo(int dataLength = 336)
Parameters
dataLength
int
Properties
public Version BooterVersion { get; }
Property Value
- Version
public Version CLRVersion { get; }
Property Value
- Version
public string Info { get; }
Property Value
- string
public string PlatformInfo { get; }
Property Value
- string
public string PlatformName { get; }
Property Value
- string
public string TargetName { get; }
Property Value
- string
Methods
public void PrepareForDeserialize(int size, byte[] data, Converter converter)
Parameters
size
int
data
byte[]
converter
Converter
public override string ToString()
Returns
- string