RegExpMatch Constructor C# API
For internal use only. Of no interest to the user.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public RegExpMatch(
	IntPtr cPtr,
	bool cMemoryOwn
)

Parameters

cPtr
Type: System IntPtr
Pointer to the CPP wrapped object.
cMemoryOwn
Type: System Boolean
Indicates if this object is responsible for memory management of the CPP object.
See Also