C# 클래스 MonoMac.ObjCRuntime.Class

상속: INativeObject
파일 보기 프로젝트 열기: kangaroo/monomac 1 사용 예제들

공개 메소드들

메소드 설명
Class ( IntPtr handle ) : System
Class ( Type type ) : System
Class ( string name ) : System
GetHandle ( string name ) : IntPtr

비공개 메소드들

메소드 설명
Construct ( IntPtr handle ) : Class
Lookup ( IntPtr klass ) : Type
Register ( Type type ) : IntPtr
Register ( Type type, string name ) : IntPtr
class_addIvar ( IntPtr cls, string name, IntPtr size, ushort alignment, string types ) : bool
class_addMethod ( IntPtr cls, IntPtr name, Delegate imp, string types ) : bool
class_getName ( IntPtr cls ) : IntPtr
class_getSuperclass ( IntPtr cls ) : IntPtr
objc_allocateClassPair ( IntPtr superclass, string name, IntPtr extraBytes ) : IntPtr
objc_getClass ( string name ) : IntPtr
objc_registerClassPair ( IntPtr cls ) : void

메소드 상세

Class() 공개 메소드

public Class ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

Class() 공개 메소드

public Class ( Type type ) : System
type System.Type
리턴 System

Class() 공개 메소드

public Class ( string name ) : System
name string
리턴 System

GetHandle() 공개 정적인 메소드

public static GetHandle ( string name ) : IntPtr
name string
리턴 System.IntPtr