C# Class Cocoa.Bundle

Inheritance: Object
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

Méthode 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 méthode

public Bundle ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

BundleWithPath() public static méthode

public static BundleWithPath ( string path ) : Bundle
path string
Résultat Bundle

Load() public méthode

public Load ( ) : void
Résultat void

LoadFramework() public static méthode

public static LoadFramework ( string frameworkname ) : void
frameworkname string
Résultat void

LoadNib() public static méthode

public static LoadNib ( string nibname ) : void
nibname string
Résultat void

LoadNibFile() public méthode

public LoadNibFile ( string nibname ) : bool
nibname string
Résultat bool