C# Класс Monobjc.ObjectiveCFrameworkAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ObjectiveCFrameworkAttribute() публичный Метод

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.
Результат System

ObjectiveCFrameworkAttribute() публичный Метод

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.
Результат System

ToString() публичный Метод

Returns a String that represents this instance.
public ToString ( ) : String
Результат String