C# Class Continuous.Server.Visualizer

Afficher le fichier Open project: praeclarum/Continuous Class Usage Examples

Méthodes publiques

Méthode Description
GetFormsPage ( object pageObj ) : NSViewController
GetFormsPage ( object pageObj ) : UIViewController
GetFormsView ( object viewObj ) : NSViewController
GetFormsView ( object viewObj ) : UIViewController
GetView ( NSImage value ) : NSView
GetView ( NSView value ) : NSView
GetView ( string value ) : NSView
GetView ( UICollectionViewCell value ) : UIView
GetView ( UIColor value ) : UIView
GetView ( UIImage value ) : UIView
GetView ( UITableViewCell value ) : UIView
GetView ( UIView value ) : UIView
GetView ( string value ) : UIView
GetView ( UIApplicationDelegate value ) : object
GetView ( UIWindow value ) : object
GetViewer ( object value, bool createInspector ) : NSViewController
GetViewer ( object value, bool createInspector ) : UIViewController
GetXamarinCoreAsm ( ) : System.Reflection.Assembly
GetXamarinPlatformAsm ( ) : System.Reflection.Assembly

Private Methods

Méthode Description
CanBeInNav ( UIViewController vc ) : bool
FindVisualizer ( Type type ) : TypeVisualizer
GetSpecialView ( object obj ) : object
PlatformInitialize ( ) : void
PlatformStopVisualizing ( ) : void
PlatformVisualize ( EvalResult res ) : void
ShowViewerAsync ( NSViewController vc ) : Task
ShowViewerAsync ( UIViewController vc ) : Task

Method Details

GetFormsPage() public méthode

public GetFormsPage ( object pageObj ) : NSViewController
pageObj object
Résultat NSViewController

GetFormsPage() public méthode

public GetFormsPage ( object pageObj ) : UIViewController
pageObj object
Résultat UIViewController

GetFormsView() public méthode

public GetFormsView ( object viewObj ) : NSViewController
viewObj object
Résultat NSViewController

GetFormsView() public méthode

public GetFormsView ( object viewObj ) : UIViewController
viewObj object
Résultat UIViewController

GetView() public méthode

public GetView ( NSImage value ) : NSView
value NSImage
Résultat NSView

GetView() public méthode

public GetView ( NSView value ) : NSView
value NSView
Résultat NSView

GetView() public méthode

public GetView ( string value ) : NSView
value string
Résultat NSView

GetView() public méthode

public GetView ( UICollectionViewCell value ) : UIView
value UICollectionViewCell
Résultat UIView

GetView() public méthode

public GetView ( UIColor value ) : UIView
value UIColor
Résultat UIView

GetView() public méthode

public GetView ( UIImage value ) : UIView
value UIImage
Résultat UIView

GetView() public méthode

public GetView ( UITableViewCell value ) : UIView
value UITableViewCell
Résultat UIView

GetView() public méthode

public GetView ( UIView value ) : UIView
value UIView
Résultat UIView

GetView() public méthode

public GetView ( string value ) : UIView
value string
Résultat UIView

GetView() public méthode

public GetView ( UIApplicationDelegate value ) : object
value UIApplicationDelegate
Résultat object

GetView() public méthode

public GetView ( UIWindow value ) : object
value UIWindow
Résultat object

GetViewer() public méthode

public GetViewer ( object value, bool createInspector ) : NSViewController
value object
createInspector bool
Résultat NSViewController

GetViewer() public méthode

public GetViewer ( object value, bool createInspector ) : UIViewController
value object
createInspector bool
Résultat UIViewController

GetXamarinCoreAsm() public méthode

public GetXamarinCoreAsm ( ) : System.Reflection.Assembly
Résultat System.Reflection.Assembly

GetXamarinPlatformAsm() public méthode

public GetXamarinPlatformAsm ( ) : System.Reflection.Assembly
Résultat System.Reflection.Assembly