LogForwarderSinkLogSinkPtr Property |
https://www.emgu.com/wiki/index.php/Emgu_TF
Get the native LogSink pointer
Namespace:
Emgu.TF
Assembly:
Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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