C# Class Windows.Foundation.Metadata.StaticAttribute

Inheritance: Attribute
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
StaticAttribute ( Type type, uint version ) : System.Runtime.CompilerServices
StaticAttribute ( Type type, uint version, Platform platform ) : System.Runtime.CompilerServices
StaticAttribute ( Type type, uint version, Type contractName ) : System.Runtime.CompilerServices

Method Details

StaticAttribute() public méthode

public StaticAttribute ( Type type, uint version ) : System.Runtime.CompilerServices
type Type
version uint
Résultat System.Runtime.CompilerServices

StaticAttribute() public méthode

public StaticAttribute ( Type type, uint version, Platform platform ) : System.Runtime.CompilerServices
type Type
version uint
platform Platform
Résultat System.Runtime.CompilerServices

StaticAttribute() public méthode

public StaticAttribute ( Type type, uint version, Type contractName ) : System.Runtime.CompilerServices
type Type
version uint
contractName Type
Résultat System.Runtime.CompilerServices