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!

UnmanagedMarshal.BaseType

Returns a base type.

[Visual Basic]
Public ReadOnly Property BaseType As UnmanagedType
[C#]
public UnmanagedType BaseType {get;}
[C++]
public: __property UnmanagedType get_BaseType();
[JScript]
public function get BaseType() : UnmanagedType;

Exceptions

Exception Type Condition
ArgumentException If the argument is not a nested marshal.

Remarks

There is a NestedUnmanagedType only if there is a LPArray or a SafeArray.

See Also

UnmanagedMarshal Class | UnmanagedMarshal Members | System.Reflection Namespace | Type