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

[To be supplied.]

[Visual Basic]
Public Shared Function CreateWrapperOfType( _
   ByVal o As Object, _
   ByVal t As Type _
) As Object
[C#]
public static object CreateWrapperOfType(
   object o,
   Type t
);
[C++]
public: static Object* CreateWrapperOfType(
   Object* o,
   Type* t
);
[JScript]
public static function CreateWrapperOfType(
   o : Object,
   t : Type
) : Object;

Parameters

o
[To be supplied.]
t
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace