MethodBase.IsStatic Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Methode ist static.

public:
 property bool IsStatic { bool get(); };
public bool IsStatic { get; }
member this.IsStatic : bool
Public ReadOnly Property IsStatic As Boolean

Eigenschaftswert

true wenn diese Methode lautet static; andernfalls false.

Implementiert

Hinweise

Ein statisches Element kann nicht implizit auf Instanzdaten in einer Klasse verweisen.

Gilt für:

Weitere Informationen