| 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
)
Public Sub New (
context As IntPtr,
ownsContext As Boolean
)
public:
APIUtil(
IntPtr context,
bool ownsContext
)
new :
context : IntPtr *
ownsContext : bool -> APIUtil
dss_sharp.detail.APIUtil = function(context, 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