LogForwarderSinkLogSinkPtr Property |
https://www.emgu.com/wiki/index.php/Emgu_TF
Get the native LogSink pointer
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntaxpublic IntPtr LogSinkPtr { get; }
Public ReadOnly Property LogSinkPtr As IntPtr
Get
public:
virtual property IntPtr LogSinkPtr {
IntPtr get () sealed;
}
abstract LogSinkPtr : IntPtr with get
override LogSinkPtr : IntPtr with get
Property Value
Type:
IntPtrImplements
ILogSinkLogSinkPtr
See Also