Namespace: Rx.Net – Class: NativeInterfaceWrapper – Assembly: Rx.LFR.Net

NativeInterfaceWrapper.NativeInterfaceWrapper Constructor

C#
public NativeInterfaceWrapper(TNative* native)

Constructor that wraps the given native instance. Disposing does NOT destroy the native instance.

Parameters

[TNative*] native

[in] The pointer to the native instance to wrap by this class.