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.
|
public ObjectiveCFrameworkAttribute ( bool system ) : System | ||
system | bool | The value is true if the framework is a system one; false otherwise. |
return | System |
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 |