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

Performs a Prelink check for all methods on a class.

[Visual Basic]
Public Shared Sub PrelinkAll( _
   ByVal c As Type _
)
[C#]
public static void PrelinkAll(
   Type c
);
[C++]
public: static void PrelinkAll(
   Type* c
);
[JScript]
public static function PrelinkAll(
   c : Type
);

Parameters

c
Class whose methods are to be checked.

See Also

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