Class ReleaseInfo
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class ReleaseInfo : IConverter
- Inheritance
-
ReleaseInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ReleaseInfo()
public ReleaseInfo()
ReleaseInfo(int)
public ReleaseInfo(int dataLength)
Parameters
dataLength
int
Properties
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
Version
public Version Version { get; }
Property Value
Methods
PrepareForDeserialize(int, byte[], Converter)
public void PrepareForDeserialize(int size, byte[] data, Converter converter)
Parameters
ToString()
public override string ToString()