Class MessageWithProgress
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class MessageWithProgress : IProgress<MessageWithProgress>
- Inheritance
-
MessageWithProgress
- Implements
- Inherited Members
- Extension Methods
Constructors
MessageWithProgress(Action<string, uint, uint>)
public MessageWithProgress(Action<string, uint, uint> startMessageWithProgress)
Parameters
MessageWithProgress(string, uint, uint)
public MessageWithProgress(string message, uint current = 100, uint total = 100)
Parameters
Properties
Current
public uint Current { get; }
Property Value
Message
public string Message { get; }
Property Value
Total
public uint Total { get; }
Property Value
Methods
Report(MessageWithProgress)
public void Report(MessageWithProgress value)
Parameters
value
MessageWithProgress