Click or drag to resize

APIUtil Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the APIUtil class

Namespace:  dss_sharp.detail
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public APIUtil(
	IntPtr context,
	bool ownsContext
)

Parameters

context
Type: SystemIntPtr

[Missing <param name="context"/> documentation for "M:dss_sharp.detail.APIUtil.#ctor(System.IntPtr,System.Boolean)"]

ownsContext
Type: SystemBoolean

[Missing <param name="ownsContext"/> documentation for "M:dss_sharp.detail.APIUtil.#ctor(System.IntPtr,System.Boolean)"]

See Also