If set, the method is static.
[Visual Basic] Public ReadOnly Property IsStatic As Boolean [C#] public bool IsStatic {get;} [C++] public: __property bool get_IsStatic(); [JScript] public function get IsStatic() : Boolean;
Read-only.
true if this method is static; otherwise, false.
A static member cannot implicitly reference instance data in a class (see Static).
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean | MethodAttributes