C# Class Windows.Foundation.Metadata.StaticAttribute

Inheritance: Attribute
ファイルを表示 Open project: inthehand/Charming

Public Methods

Method 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 method

public StaticAttribute ( Type type, uint version ) : System.Runtime.CompilerServices
type Type
version uint
return System.Runtime.CompilerServices

StaticAttribute() public method

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

StaticAttribute() public method

public StaticAttribute ( Type type, uint version, Type contractName ) : System.Runtime.CompilerServices
type Type
version uint
contractName Type
return System.Runtime.CompilerServices