MethodBase.IsStatic Eigenschaft

Definition

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

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 static ist, andernfalls false.

Implementiert

Hinweise

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

Gilt für:

Weitere Informationen