cohtml.Net.PerformanceHandler
Inherits from SystemIDisposable
Inherited by cohtml.CohtmlPerformanceLogHandler
Public Functions
Section titled “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
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()Reimplemented by: cohtml.CohtmlPerformanceLogHandler.Dispose
function PerformanceHandler
Section titled “function PerformanceHandler”PerformanceHandler()function WriteLog
Section titled “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
Section titled “function SwigDelegatePerformanceHandler_0”delegate void SwigDelegatePerformanceHandler_0( string message, ulong length, global.System.IntPtr swigId)Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.