C# Class Monobjc.Tools.ObjectiveC.ObjCClass

Simple wrapper for an Objective-C class.
Inheritance: ObjCId
Exibir arquivo Open project: Monobjc/monobjc-tools

Public Methods

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

Gets the specified name.
public static Get ( String name ) : ObjCClass
name String The name.
return ObjCClass

ObjCClass() public method

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