Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
fitSharp
Machine
Engine
Trace
C# Class fitSharp.Machine.Engine.Trace
Inheritance:
Copyable
Show file
Open project: jediwhale/fitsharp
Public Methods
Method
Description
Copy
( ) :
Copyable
File
(
string
fileName
) :
void
Stop
( ) :
void
Write
(
string
label
,
string
message
) :
void
Method Details
Copy()
public
method
public
Copy
( ) :
Copyable
return
Copyable
File()
public
method
public
File
(
string
fileName
) :
void
fileName
string
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void
Write()
public
method
public
Write
(
string
label
,
string
message
) :
void
label
string
message
string
return
void