C# Class Monobjc.ObjectiveCFrameworkAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode Description
ObjectiveCFrameworkAttribute ( bool system ) : System

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.

ObjectiveCFrameworkAttribute ( bool system, String requiredFramework ) : System

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.

ToString ( ) : String

Returns a String that represents this instance.

Method Details

ObjectiveCFrameworkAttribute() public méthode

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.
public ObjectiveCFrameworkAttribute ( bool system ) : System
system bool The value is true if the framework is a system one; false otherwise.
Résultat System

ObjectiveCFrameworkAttribute() public méthode

Initializes a new instance of the Monobjc.ObjectiveCFrameworkAttribute class.
public ObjectiveCFrameworkAttribute ( bool system, String requiredFramework ) : System
system bool The value is true if the framework is a system one; false otherwise.
requiredFramework String A framework required by this assembly to be loaded by the runtime.
Résultat System

ToString() public méthode

Returns a String that represents this instance.
public ToString ( ) : String
Résultat String