Table of Contents

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

startMessageWithProgress Action<string, uint, uint>

MessageWithProgress(string, uint, uint)

public MessageWithProgress(string message, uint current = 100, uint total = 100)

Parameters

message string
current uint
total uint

Properties

Current

public uint Current { get; }

Property Value

uint

Message

public string Message { get; }

Property Value

string

Total

public uint Total { get; }

Property Value

uint

Methods

Report(MessageWithProgress)

public void Report(MessageWithProgress value)

Parameters

value MessageWithProgress