EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

MethodBase.IsStatic Property

May 02, 2013

Gets a value that indicates whether the method is static (Shared in Visual Basic).

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)
public bool IsStatic { get; }

Property Value

Type: System.Boolean
true if this method is static; otherwise, false.

A static member cannot access instance data in a class unless it has a reference to an instance of the class.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.