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 );
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace