C# Class ThirdParty.iOS4Unity.NSBundle

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
FromIdentifier ( string str ) : NSBundle
FromPath ( string path ) : NSBundle
LocalizedString ( string key, string value = "", string table = "" ) : string

Private Methods

Méthode Description
NSBundle ( ) : System
NSBundle ( IntPtr handle ) : System

Method Details

FromIdentifier() public static méthode

public static FromIdentifier ( string str ) : NSBundle
str string
Résultat NSBundle

FromPath() public static méthode

public static FromPath ( string path ) : NSBundle
path string
Résultat NSBundle

LocalizedString() public méthode

public LocalizedString ( string key, string value = "", string table = "" ) : string
key string
value string
table string
Résultat string