C# 클래스 DispatchSourceExamples.DispatchSourceViewController

상속: UIViewController, IUITableViewDelegate, IUITableViewDataSource
파일 보기 프로젝트 열기: xamarin/monotouch-samples

Private Properties

프로퍼티 타입 설명
CancelDispatchSource void
GetCell UITableViewCell
GetFileDescriptor int
NumberOfSections int
PrintResult void
RowSelected void
RowsInSection nint
StartMemoryMonitor void
StartTimer void
StartVnodeMonitor void
StartWriteMonitor void
TestMemoryMonitor void
TestReadMonitor void
TestVnodeMonitor void
TitleForHeader string

공개 메소드들

메소드 설명
DispatchSourceViewController ( IntPtr handle ) : System
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

비공개 메소드들

메소드 설명
CancelDispatchSource ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetFileDescriptor ( FileStream stream ) : int
NumberOfSections ( UITableView tableView ) : int
PrintResult ( UITextView logView, string message ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
StartMemoryMonitor ( ) : void
StartTimer ( ) : void
StartVnodeMonitor ( ) : void
StartWriteMonitor ( ) : void
TestMemoryMonitor ( ) : void
TestReadMonitor ( ) : void
TestVnodeMonitor ( ) : void
TitleForHeader ( UITableView tableView, int section ) : string

메소드 상세

DispatchSourceViewController() 공개 메소드

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

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void