cohtml.Net.PerformanceHandler
Inherits from SystemIDisposable
Inherited by cohtml.CohtmlPerformanceLogHandler
Public Functions
Name | |
---|---|
virtual void | Dispose() |
PerformanceHandler() | |
virtual void | WriteLog(string message, ulong length) Called when a log message has to be written. |
delegate void | SwigDelegatePerformanceHandler_0(string message, ulong length, global.System.IntPtr swigId) |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
Reimplemented by: cohtml.CohtmlPerformanceLogHandler.Dispose
function PerformanceHandler
PerformanceHandler()
function WriteLog
virtual void WriteLog(
string message,
ulong length
)
Called when a log message has to be written.
Parameters:
- message the log message itself, null terminated
- length the length of the message including the trailing 0
Reimplemented by: cohtml.CohtmlPerformanceLogHandler.WriteLog
function SwigDelegatePerformanceHandler_0
delegate void SwigDelegatePerformanceHandler_0(
string message,
ulong length,
global.System.IntPtr swigId
)
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;