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