C# 클래스 Monobjc.Tools.Generators.InfoPListGenerator

파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

메소드 설명
InfoPListGenerator ( ) : System

Initializes a new instance of the InfoPListGenerator class.

WriteTo ( string path ) : void

Generates the Info.plist content.

비공개 메소드들

메소드 설명
Replace ( PListDict dict, String key, String value ) : void

메소드 상세

InfoPListGenerator() 공개 메소드

Initializes a new instance of the InfoPListGenerator class.
public InfoPListGenerator ( ) : System
리턴 System

WriteTo() 공개 메소드

Generates the Info.plist content.
public WriteTo ( string path ) : void
path string
리턴 void