NodeIdFromHandle Method (IntPtr, ShareObject)

CVB.Net Documentation
Creates a new NodeId object from the given handle.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static NodeId FromHandle(
	IntPtr handle,
	ShareObject doShare
)

Parameters

handle
Type: SystemIntPtr
Native node ID handle.
doShare
Type: Stemmer.Cvb.Runtime.InteropServicesShareObject
Yes if you want to share ownership; No if you want to adopt the lifetime (e.g. after getting the handle from a classic API function.)

Return Value

Type: NodeId
Concrete NodeId object.
Remarks

Note that this function is not intended for general use. Providing invalid values on the handle parameter will most likely lead to severe problems in your application.
See Also

Reference