Microsoft SDK for Java

prelinkAll

This method of the DllLib class calls the prelink method on all methods of a class. This method is provided primarily for debugging purposes because it can expose errors in DLL-linked methods.

Syntax

public static void prelinkAll(Class cls);

Parameters

cls The class to prelink.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.