C# Class Cocoa.Bundle

Inheritance: Object
Mostra file Open project: mono/cocoa-sharp

Public Methods

Method Description
Bundle ( IntPtr native_object ) : System
BundleWithPath ( string path ) : Bundle
Load ( ) : void
LoadFramework ( string frameworkname ) : void
LoadNib ( string nibname ) : void
LoadNibFile ( string nibname ) : bool

Method Details

Bundle() public method

public Bundle ( IntPtr native_object ) : System
native_object System.IntPtr
return System

BundleWithPath() public static method

public static BundleWithPath ( string path ) : Bundle
path string
return Bundle

Load() public method

public Load ( ) : void
return void

LoadFramework() public static method

public static LoadFramework ( string frameworkname ) : void
frameworkname string
return void

LoadNib() public static method

public static LoadNib ( string nibname ) : void
nibname string
return void

LoadNibFile() public method

public LoadNibFile ( string nibname ) : bool
nibname string
return bool