Microsoft SDK for Java

Class_GetMethodByIndex

Retrieves a handle to a method specified by index.

Syntax

struct methodblock* __cdecl Class_GetMethodByIndex(ClassClass* cls, unsigned index);

Return Value

Returns a method block pointer.

Parameters

cls The address of the class object. Use FindClass to determine.
index The index value of the method in the class. The index must be between 0 (zero) and the method count (returned from Class_GetMethodCount) minus 1, inclusive.

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