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

NativeWrapperManagedExtender Class

C#
class NativeWrapperManagedExtender<TNative, TManaged> : TManaged

Provides functionality for wrapping a native class and extend the managed one.

Type Parameters

TNative

The type of the native class.

TManaged

Type of the managed class.

Constructors

NativeWrapperManagedExtender()

Default constructor. Creates the native instance and delegates it to the managed class.

Finalizer

~NativeWrapperManagedExtender()

Finalizer.

Methods

GetNative()

Gets the native.

Dispose()

Destructor.