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;
Exception Type | Condition |
---|---|
ArgumentException | If the argument is not a nested marshal. |
There is a NestedUnmanagedType only if there is a LPArray or a SafeArray.
UnmanagedMarshal Class | UnmanagedMarshal Members | System.Reflection Namespace | Type