C# 클래스 Playground.iOS.Playground_iOSViewController

파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void
cancelIt void
doIt void

공개 메소드들

메소드 설명
HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void
Playground_iOSViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ToHex ( byte bytes, bool upperCase ) : string

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void
cancelIt ( Foundation sender ) : void
doIt ( Foundation sender ) : void

메소드 상세

HandleDownloadProgress() 공개 메소드

public HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void
bytes long
totalBytes long
totalBytesExpected long
리턴 void

Playground_iOSViewController() 공개 메소드

public Playground_iOSViewController ( ) : System
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ToHex() 공개 정적인 메소드

public static ToHex ( byte bytes, bool upperCase ) : string
bytes byte
upperCase bool
리턴 string