C# Class Continuous.Server.Visualizer

Show file Open project: praeclarum/Continuous Class Usage Examples

Public Methods

Method 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

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

public GetFormsPage ( object pageObj ) : NSViewController
pageObj object
return NSViewController

GetFormsPage() public method

public GetFormsPage ( object pageObj ) : UIViewController
pageObj object
return UIViewController

GetFormsView() public method

public GetFormsView ( object viewObj ) : NSViewController
viewObj object
return NSViewController

GetFormsView() public method

public GetFormsView ( object viewObj ) : UIViewController
viewObj object
return UIViewController

GetView() public method

public GetView ( NSImage value ) : NSView
value NSImage
return NSView

GetView() public method

public GetView ( NSView value ) : NSView
value NSView
return NSView

GetView() public method

public GetView ( string value ) : NSView
value string
return NSView

GetView() public method

public GetView ( UICollectionViewCell value ) : UIView
value UICollectionViewCell
return UIView

GetView() public method

public GetView ( UIColor value ) : UIView
value UIColor
return UIView

GetView() public method

public GetView ( UIImage value ) : UIView
value UIImage
return UIView

GetView() public method

public GetView ( UITableViewCell value ) : UIView
value UITableViewCell
return UIView

GetView() public method

public GetView ( UIView value ) : UIView
value UIView
return UIView

GetView() public method

public GetView ( string value ) : UIView
value string
return UIView

GetView() public method

public GetView ( UIApplicationDelegate value ) : object
value UIApplicationDelegate
return object

GetView() public method

public GetView ( UIWindow value ) : object
value UIWindow
return object

GetViewer() public method

public GetViewer ( object value, bool createInspector ) : NSViewController
value object
createInspector bool
return NSViewController

GetViewer() public method

public GetViewer ( object value, bool createInspector ) : UIViewController
value object
createInspector bool
return UIViewController

GetXamarinCoreAsm() public method

public GetXamarinCoreAsm ( ) : System.Reflection.Assembly
return System.Reflection.Assembly

GetXamarinPlatformAsm() public method

public GetXamarinPlatformAsm ( ) : System.Reflection.Assembly
return System.Reflection.Assembly