NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBase.IsStatic

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;

Property Value

Read-only.

true if this method is static; otherwise, false.

Remarks

A static member cannot implicitly reference instance data in a class (see Static).

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean | MethodAttributes