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

Checks that the native method m is type-compatible with the corresponding managed declaration. (This action is performed automatically when the target method is invoked anyway.)

[Visual Basic]
Public Shared Sub Prelink( _
   ByVal m As MethodInfo _
)
[C#]
public static void Prelink(
   MethodInfo m
);
[C++]
public: static void Prelink(
   MethodInfo* m
);
[JScript]
public static function Prelink(
   m : MethodInfo
);

Parameters

m
Method to be checked.

See Also

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