Share via


MethodInfo.isStatic Method

Specifies whether the method is static.

Syntax

public boolean isStatic()

Run On

Called

Return Value

Type: boolean
true if the method is static; otherwise, false.

Remarks

For more information, see Static Methods.

See Also

Reference

MethodInfo Class