C# Class Monobjc.Tools.ObjectiveC.ObjCClass

Simple wrapper for an Objective-C class.
Inheritance: ObjCId
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Get ( String name ) : ObjCClass

Gets the specified name.

ObjCClass ( IntPtr pointer ) : System

Initializes a new instance of the ObjCClass class.

Method Details

Get() public static méthode

Gets the specified name.
public static Get ( String name ) : ObjCClass
name String The name.
Résultat ObjCClass

ObjCClass() public méthode

Initializes a new instance of the ObjCClass class.
public ObjCClass ( IntPtr pointer ) : System
pointer System.IntPtr The pointer.
Résultat System