C# 클래스 Smartmobili.Cocoa.NSMapTable

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

공개 메소드들

메소드 설명
Alloc ( ) : NSMapTable
Get ( NSMapTable map, IntPtr ptr ) : id
InsertKnownAbsent ( NSMapTable map, IntPtr key, id value ) : void

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSMapTable
리턴 NSMapTable

Get() 공개 정적인 메소드

public static Get ( NSMapTable map, IntPtr ptr ) : id
map NSMapTable
ptr System.IntPtr
리턴 id

InsertKnownAbsent() 공개 정적인 메소드

public static InsertKnownAbsent ( NSMapTable map, IntPtr key, id value ) : void
map NSMapTable
key System.IntPtr
value id
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class