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 |
Method | Description | |
---|---|---|
DispatchSourceViewController ( |
||
ViewDidLayoutSubviews ( ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
CancelDispatchSource ( ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetFileDescriptor ( |
||
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 |
public DispatchSourceViewController ( |
||
handle | ||
return | System |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |