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!

Marshal.SizeOf (Type)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function SizeOf( _
   ByVal t As Type _
) As Integer
[C#]
public static int SizeOf(
   Type t
);
[C++]
public: static int SizeOf(
   Type* t
);
[JScript]
public static function SizeOf(
   t : Type
) : int;

Parameters

t
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.SizeOf Overload List