C# Class DispatchSourceExamples.DispatchSourceViewController

Inheritance: UIViewController, IUITableViewDelegate, IUITableViewDataSource
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
DispatchSourceViewController ( IntPtr handle ) : System
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode 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 méthode

public DispatchSourceViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ViewDidLayoutSubviews() public méthode

public ViewDidLayoutSubviews ( ) : void
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void