C# 클래스 UnrealBuildTool.JsonObject

파일 보기 프로젝트 열기: Modding-Zaibatsu/Pre-Unreal-4.14 1 사용 예제들

공개 메소드들

메소드 설명
GetBoolField ( string FieldName ) : bool
GetDoubleField ( string FieldName ) : double
GetEnumField ( string FieldName ) : T
GetIntegerField ( string FieldName ) : int
GetObjectField ( string FieldName ) : JsonObject
GetStringArrayField ( string FieldName ) : string[]
GetStringField ( string FieldName ) : string
JsonObject ( Dictionary InRawObject ) : System
Parse ( string Text ) : JsonObject
Read ( string FileName ) : JsonObject
TryGetBoolField ( string FieldName, bool &Result ) : bool
TryGetDoubleField ( string FieldName, double &Result ) : bool
TryGetEnumArrayField ( string FieldName, Array &Result ) : bool
TryGetEnumField ( string FieldName, &Result ) : bool
TryGetIntegerField ( string FieldName, int &Result ) : bool
TryGetObjectArrayField ( string FieldName, Array &Result ) : bool
TryGetObjectField ( string FieldName, JsonObject &Result ) : bool
TryGetStringArrayField ( string FieldName, Array &Result ) : bool
TryGetStringField ( string FieldName, string &Result ) : bool
TryGetUnsignedIntegerField ( string FieldName, uint &Result ) : bool
TryParse ( string Text, JsonObject &Result ) : bool
TryRead ( string FileName, JsonObject &Result ) : bool

메소드 상세

GetBoolField() 공개 메소드

public GetBoolField ( string FieldName ) : bool
FieldName string
리턴 bool

GetDoubleField() 공개 메소드

public GetDoubleField ( string FieldName ) : double
FieldName string
리턴 double

GetEnumField() 공개 메소드

public GetEnumField ( string FieldName ) : T
FieldName string
리턴 T

GetIntegerField() 공개 메소드

public GetIntegerField ( string FieldName ) : int
FieldName string
리턴 int

GetObjectField() 공개 메소드

public GetObjectField ( string FieldName ) : JsonObject
FieldName string
리턴 JsonObject

GetStringArrayField() 공개 메소드

public GetStringArrayField ( string FieldName ) : string[]
FieldName string
리턴 string[]

GetStringField() 공개 메소드

public GetStringField ( string FieldName ) : string
FieldName string
리턴 string

JsonObject() 공개 메소드

public JsonObject ( Dictionary InRawObject ) : System
InRawObject Dictionary
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string Text ) : JsonObject
Text string
리턴 JsonObject

Read() 공개 정적인 메소드

public static Read ( string FileName ) : JsonObject
FileName string
리턴 JsonObject

TryGetBoolField() 공개 메소드

public TryGetBoolField ( string FieldName, bool &Result ) : bool
FieldName string
Result bool
리턴 bool

TryGetDoubleField() 공개 메소드

public TryGetDoubleField ( string FieldName, double &Result ) : bool
FieldName string
Result double
리턴 bool

TryGetEnumArrayField() 공개 메소드

public TryGetEnumArrayField ( string FieldName, Array &Result ) : bool
FieldName string
Result Array
리턴 bool

TryGetEnumField() 공개 메소드

public TryGetEnumField ( string FieldName, &Result ) : bool
FieldName string
리턴 bool

TryGetIntegerField() 공개 메소드

public TryGetIntegerField ( string FieldName, int &Result ) : bool
FieldName string
Result int
리턴 bool

TryGetObjectArrayField() 공개 메소드

public TryGetObjectArrayField ( string FieldName, Array &Result ) : bool
FieldName string
Result Array
리턴 bool

TryGetObjectField() 공개 메소드

public TryGetObjectField ( string FieldName, JsonObject &Result ) : bool
FieldName string
Result JsonObject
리턴 bool

TryGetStringArrayField() 공개 메소드

public TryGetStringArrayField ( string FieldName, Array &Result ) : bool
FieldName string
Result Array
리턴 bool

TryGetStringField() 공개 메소드

public TryGetStringField ( string FieldName, string &Result ) : bool
FieldName string
Result string
리턴 bool

TryGetUnsignedIntegerField() 공개 메소드

public TryGetUnsignedIntegerField ( string FieldName, uint &Result ) : bool
FieldName string
Result uint
리턴 bool

TryParse() 공개 정적인 메소드

public static TryParse ( string Text, JsonObject &Result ) : bool
Text string
Result JsonObject
리턴 bool

TryRead() 공개 정적인 메소드

public static TryRead ( string FileName, JsonObject &Result ) : bool
FileName string
Result JsonObject
리턴 bool