_MethodBase.IsStatic Proprietà
Definizione
public:
property bool IsStatic { bool get(); };
public bool IsStatic { get; }
member this.IsStatic : bool
Public ReadOnly Property IsStatic As Boolean
Valore della proprietà
true
se questo metodo è static
; in caso contrario, false
.true
if this method is static
; otherwise, false
.
Commenti
Questa proprietà è per l'accesso alle classi gestite da codice non gestito e non deve essere chiamata dal codice gestito.This property is for access to managed classes from unmanaged code and should not be called from managed code.
La IsStatic proprietà ottiene un valore che indica se il metodo è static
.The IsStatic property gets a value indicating whether the method is static
.