C# 클래스 Monobjc.Tools.ObjectiveC.ObjCClass

Simple wrapper for an Objective-C class.
상속: ObjCId
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
Get ( String name ) : ObjCClass

Gets the specified name.

ObjCClass ( IntPtr pointer ) : System

Initializes a new instance of the ObjCClass class.

메소드 상세

Get() 공개 정적인 메소드

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

ObjCClass() 공개 메소드

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