Table of Contents

Interface IProgressReport

Namespace
Hi.Common.NativeProgresses
Assembly
HiDisp.dll

Interface for progress reporting functionality.

public interface IProgressReport
Extension Methods

Methods

GetDenominator()

Gets the denominator value for progress calculation.

int GetDenominator()

Returns

int

The denominator value.

GetDetail()

Gets the detailed information about the progress.

string GetDetail()

Returns

string

The detail string.

GetMsg()

Get message.

string GetMsg()

Returns

string

The message string.

GetNumerator()

Gets the numerator value for progress calculation.

int GetNumerator()

Returns

int

The numerator value.