NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Object Data Type

Object variables are stored as 32-bit (4-byte) addresses that refer to objects.You can assign any reference type (class or interface) to a variable declared as an Object.

The equivalent NGWS runtime data type is System.Object.

Note   Although a variable declared with Object type is flexible enough to contain a reference to any object, the invocation of a method of an instance using an Object variable is always late (run-time binding). To force early binding (compile-time binding), assign the object reference to a variable declared with a specific class name or cast to the specific type.

See Also

Conversion Keyword Summary | Data Type Summary | IsObject Function | Type Conversion Functions | Using Data Types Efficiently