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!

MethodBuilder.SetMarshal

Sets marshalling information for the return type of this method.

[Visual Basic]
Public Sub SetMarshal( _
   ByVal unmanagedMarshal As UnmanagedMarshal _
)
[C#]
public void SetMarshal(
   UnmanagedMarshal unmanagedMarshal
);
[C++]
public: void SetMarshal(
   UnmanagedMarshal* unmanagedMarshal
);
[JScript]
public function SetMarshal(
   unmanagedMarshal : UnmanagedMarshal
);

Parameters

unmanagedMarshal
Marshalling information for the return type of this method.

See Also

MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace