C# Class Monobjc.AppKit.NSNib

Mostrar archivo Open project: Monobjc/monobjc Class Usage Examples

Public Methods

Method Description
InstantiateNibWithOwnerTopLevelObjects ( NSString resourceName, Id owner ) : bool
InstantiateNibWithOwnerTopLevelObjects ( Type type, NSString resourceName, Id owner ) : bool

Method Details

InstantiateNibWithOwnerTopLevelObjects() public static method

public static InstantiateNibWithOwnerTopLevelObjects ( NSString resourceName, Id owner ) : bool
resourceName Monobjc.Foundation.NSString
owner Id
return bool

InstantiateNibWithOwnerTopLevelObjects() public static method

public static InstantiateNibWithOwnerTopLevelObjects ( Type type, NSString resourceName, Id owner ) : bool
type System.Type
resourceName Monobjc.Foundation.NSString
owner Id
return bool