C# Class Monobjc.ObjectiveCFrameworkAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: Monobjc/monobjc

Public Methods

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

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.
return System

ObjectiveCFrameworkAttribute() public method

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.
return System

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String