프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void | ||
bytes | long | |
totalBytes | long | |
totalBytesExpected | long | |
리턴 | void |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
리턴 | bool |
public static ToHex ( byte bytes, bool upperCase ) : string | ||
bytes | byte | |
upperCase | bool | |
리턴 | string |