Share via


MethodInfo.Isstatic Method

Definition

Specifies whether the method is static.

public:
 virtual bool Isstatic();
public virtual bool Isstatic ();
abstract member Isstatic : unit -> bool
override this.Isstatic : unit -> bool
Public Overridable Function Isstatic () As Boolean

Returns

true if the method is static; otherwise, false.

Remarks

For more information, see Static Methods.

Applies to