Microsoft SDK for Java

Delegate Class Methods

The Delegate class contains the following methods:

clone creates a copy of this delegate.
combine combines two Delegates to form a single Delegate.
dynamicInvoke invokes the target method referenced by the Delegate on the target object referenced by the delegate with the given parameters.
equals compares two Delegate objects.
getInvocationList returns the invocation list of this Delegate.
getMethod returns the method referenced by this delegate.
getTarget returns the target object referenced by this delegate.
hashCode returns a hash code for this Delegate.
invokeHelper invokes the target method referenced by the delegate on the target object referenced by the delegate with the given parameters.
remove returns a Delegate with an invocation list determined by a value parameter.

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