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.GetUnmanagedType

Returns a unmanaged type.

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

Remarks

The GetUnmanagedType property is an assessor function fo the native type.

See Also

UnmanagedMarshal Class | UnmanagedMarshal Members | System.Reflection Namespace