MethodInfo.Isstatic Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.