C# Class ThirdParty.iOS4Unity.NSBundle

Inheritance: NSObject
Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

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

Private Methods

Method Description
NSBundle ( ) : System
NSBundle ( IntPtr handle ) : System

Method Details

FromIdentifier() public static method

public static FromIdentifier ( string str ) : NSBundle
str string
return NSBundle

FromPath() public static method

public static FromPath ( string path ) : NSBundle
path string
return NSBundle

LocalizedString() public method

public LocalizedString ( string key, string value = "", string table = "" ) : string
key string
value string
table string
return string