C# Class DispatchSourceExamples.DispatchSourceViewController

Inheritance: UIViewController, IUITableViewDelegate, IUITableViewDataSource
ファイルを表示 Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
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

Public Methods

Method Description
DispatchSourceViewController ( IntPtr handle ) : System
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
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

Method Details

DispatchSourceViewController() public method

public DispatchSourceViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLayoutSubviews() public method

public ViewDidLayoutSubviews ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void