C# Класс Monobjc.Class

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

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

Метод Описание
Class ( IntPtr value ) : System

Initializes a new instance of the Class class.

Get ( Id id ) : Class

Gets the a Class for the specified id.

Get ( Type type ) : Class

Gets the a Class for the specified type.

IsMapped ( Type type ) : bool

Determines whether the Class for the specified type is mapped.

ToString ( ) : string

Returns a System.String that represents the current Monobjc.Class.

Приватные методы

Метод Описание
Get ( IntPtr value ) : Class
Get ( String className ) : Class
GetAttributeName ( Type type ) : String

Gets the name of the ObjectiveCClassAttribute instance for the given type.

GetClassFromType ( Type type ) : Class
GetName ( IntPtr value ) : String
GetSuperClass ( IntPtr value ) : Class
IsMapped ( String className ) : bool

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

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

Initializes a new instance of the Class class.
public Class ( IntPtr value ) : System
value System.IntPtr The pointer.
Результат System

Get() публичный статический Метод

Gets the a Class for the specified id.
public static Get ( Id id ) : Class
id Id The id.
Результат Class

Get() публичный статический Метод

Gets the a Class for the specified type.
public static Get ( Type type ) : Class
type System.Type The type.
Результат Class

IsMapped() публичный статический Метод

Determines whether the Class for the specified type is mapped.
public static IsMapped ( Type type ) : bool
type System.Type The type.
Результат bool

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

Returns a System.String that represents the current Monobjc.Class.
public ToString ( ) : string
Результат string