Méthode | Description | |
---|---|---|
ReadingProcessChangedEventArgs ( long totallength, int currentoffset, |
Creates a new instance of the ReadingProcessChangedEventArgs containing information about the new instruction and offset.
|
public ReadingProcessChangedEventArgs ( long totallength, int currentoffset, |
||
totallength | long | The total lenght of the bytes. |
currentoffset | int | The current offset of the bytes. |
NewInstruction | The new instruction that is read from the bytes. | |
Résultat | System |