User`s guide

298 VEE User’s Guide
7 Using .NET with VEE
System.SByte Array Object The VEE object holds a pointer to a
System.Array .NET object.
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt16().
System.Single Array Real32 Array
System.String Array Text Array VEE automatically converts String to Text. If
you want to use the many useful functions in
the System.String class, you can use
asClrType() to convert the text array back to a
System.String array.
System.UInt16 Array Object The VEE object holds a pointer to a
System.Array .NET object.
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt32().
SystemUInt32 Array Object The VEE object holds a pointer to a
System.Array .NET object.
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt32(). If the value does not fit in an Int32,
an error 751 occurs indicating a
System.OverflowException.
System.UInt64 Array Object The VEE object holds a pointer to a
System.Array .NET object
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt32(). If the value does not fit in an Int32,
an error 751 will occur indicating a
System.OverflowException..
System.Object Array Object The VEE object holds a pointer to a
System.Array .NET object.