C# 클래스 Smartmobili.Cocoa.NSData

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

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

공개 메소드들

메소드 설명
Alloc ( ) : NSData
Data ( ) : NSData
DataWithBytes ( byte bytes ) : NSData
DataWithContentsOfFile ( string path ) : NSData
InitWithBytes ( byte bytes ) : NSData
InitWithContentsOfFile ( string path ) : NSData
InitWithContentsOfFile ( string path, NSDataReadingOptions mask, NSError &error ) : NSData
NSData ( ) : System

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSData
리턴 NSData

Data() 공개 정적인 메소드

public static Data ( ) : NSData
리턴 NSData

DataWithBytes() 공개 정적인 메소드

public static DataWithBytes ( byte bytes ) : NSData
bytes byte
리턴 NSData

DataWithContentsOfFile() 공개 정적인 메소드

public static DataWithContentsOfFile ( string path ) : NSData
path string
리턴 NSData

InitWithBytes() 공개 메소드

public InitWithBytes ( byte bytes ) : NSData
bytes byte
리턴 NSData

InitWithContentsOfFile() 공개 메소드

public InitWithContentsOfFile ( string path ) : NSData
path string
리턴 NSData

InitWithContentsOfFile() 공개 메소드

public InitWithContentsOfFile ( string path, NSDataReadingOptions mask, NSError &error ) : NSData
path string
mask NSDataReadingOptions
error NSError
리턴 NSData

NSData() 공개 메소드

public NSData ( ) : System
리턴 System

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class