[This is preliminary documentation and is subject to change.]
Initializes a new instance of the XplType class.

C# | Visual Basic | Visual C++ |
public XplType( bool n_ispointer, bool n_isarray, XplPointertype_enum n_pointertype, XplFactorytype_enum n_ftype, bool n_volatile, bool n_const, bool n_exec, bool n_replaceParent, bool n_customTypeCheck )
Public Sub New ( _ n_ispointer As Boolean, _ n_isarray As Boolean, _ n_pointertype As XplPointertype_enum, _ n_ftype As XplFactorytype_enum, _ n_volatile As Boolean, _ n_const As Boolean, _ n_exec As Boolean, _ n_replaceParent As Boolean, _ n_customTypeCheck As Boolean _ )
public: XplType( bool n_ispointer, bool n_isarray, XplPointertype_enum n_pointertype, XplFactorytype_enum n_ftype, bool n_volatile, bool n_const, bool n_exec, bool n_replaceParent, bool n_customTypeCheck )

- n_ispointer (Boolean)
[Missing <param> documentation for "n_ispointer"]
- n_isarray (Boolean)
[Missing <param> documentation for "n_isarray"]
- n_pointertype (XplPointertype_enum)
[Missing <param> documentation for "n_pointertype"]
- n_ftype (XplFactorytype_enum)
[Missing <param> documentation for "n_ftype"]
- n_volatile (Boolean)
[Missing <param> documentation for "n_volatile"]
- n_const (Boolean)
[Missing <param> documentation for "n_const"]
- n_exec (Boolean)
[Missing <param> documentation for "n_exec"]
- n_replaceParent (Boolean)
[Missing <param> documentation for "n_replaceParent"]
- n_customTypeCheck (Boolean)
[Missing <param> documentation for "n_customTypeCheck"]