C# 클래스 ThirdParty.iOS4Unity.NSBundle

상속: NSObject
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
FromIdentifier ( string str ) : NSBundle
FromPath ( string path ) : NSBundle
LocalizedString ( string key, string value = "", string table = "" ) : string

비공개 메소드들

메소드 설명
NSBundle ( ) : System
NSBundle ( IntPtr handle ) : System

메소드 상세

FromIdentifier() 공개 정적인 메소드

public static FromIdentifier ( string str ) : NSBundle
str string
리턴 NSBundle

FromPath() 공개 정적인 메소드

public static FromPath ( string path ) : NSBundle
path string
리턴 NSBundle

LocalizedString() 공개 메소드

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