C# 클래스 Srt2Ass.Configuration

파일 보기 프로젝트 열기: dxcheng25/AssToolkit

공개 프로퍼티들

프로퍼티 타입 설명
CfgProfiles System.Collections.Hashtable

공개 메소드들

메소드 설명
CreateEffectProfile ( string name, string scriptInfo, string V4Style, string events, string engEffect ) : void
CreateMainCfgXML ( ) : void
DeleteProfile ( string name ) : void
LoadEffectProfile ( string path ) : Hashtable
LoadMainCfgXML ( ) : void
LoadORCreateMainXML ( ) : void
ModifyMainCfgXML ( string name, string path, bool ExistsOrNot ) : void

메소드 상세

CreateEffectProfile() 공개 정적인 메소드

public static CreateEffectProfile ( string name, string scriptInfo, string V4Style, string events, string engEffect ) : void
name string
scriptInfo string
V4Style string
events string
engEffect string
리턴 void

CreateMainCfgXML() 공개 정적인 메소드

public static CreateMainCfgXML ( ) : void
리턴 void

DeleteProfile() 공개 정적인 메소드

public static DeleteProfile ( string name ) : void
name string
리턴 void

LoadEffectProfile() 공개 정적인 메소드

public static LoadEffectProfile ( string path ) : Hashtable
path string
리턴 System.Collections.Hashtable

LoadMainCfgXML() 공개 정적인 메소드

public static LoadMainCfgXML ( ) : void
리턴 void

LoadORCreateMainXML() 공개 정적인 메소드

public static LoadORCreateMainXML ( ) : void
리턴 void

ModifyMainCfgXML() 공개 정적인 메소드

public static ModifyMainCfgXML ( string name, string path, bool ExistsOrNot ) : void
name string
path string
ExistsOrNot bool
리턴 void

프로퍼티 상세

CfgProfiles 공개적으로 정적으로 프로퍼티

public static Hashtable,System.Collections CfgProfiles
리턴 System.Collections.Hashtable