Initializing help system before first use

XPRBsos Constructor (IntPtr, XPRBexpr)

Note: This API is now obsolete.

Initializes a new instance of the XPRBsos class

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
[ObsoleteAttribute("always create XPRBsos with reference to XPRBprob")]
public XPRBsos(
	IntPtr s,
	XPRBexpr l
)

Parameters

s
Type:  SystemIntPtr
l
Type:  BCLXPRBexpr
See Also