Method | Description | |
---|---|---|
MvxWindowController ( ) : System | ||
MvxWindowController ( IntPtr handle ) : System | ||
MvxWindowController ( NSCoder coder ) : System | ||
MvxWindowController ( NSWindow window ) : System | ||
MvxWindowController ( string viewName ) : System | ||
MvxWindowController ( string viewName, NSBundle bundle ) : System |
public MvxWindowController ( IntPtr handle ) : System | ||
handle | IntPtr | |
return | System |
public MvxWindowController ( NSCoder coder ) : System | ||
coder | NSCoder | |
return | System |
public MvxWindowController ( NSWindow window ) : System | ||
window | NSWindow | |
return | System |
public MvxWindowController ( string viewName ) : System | ||
viewName | string | |
return | System |
public MvxWindowController ( string viewName, NSBundle bundle ) : System | ||
viewName | string | |
bundle | NSBundle | |
return | System |