C# Class Srt2Ass.Configuration

显示文件 Open project: dxcheng25/AssToolkit

Public Properties

Property Type Description
CfgProfiles System.Collections.Hashtable

Public Methods

Method Description
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

Method Details

CreateEffectProfile() public static method

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

CreateMainCfgXML() public static method

public static CreateMainCfgXML ( ) : void
return void

DeleteProfile() public static method

public static DeleteProfile ( string name ) : void
name string
return void

LoadEffectProfile() public static method

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

LoadMainCfgXML() public static method

public static LoadMainCfgXML ( ) : void
return void

LoadORCreateMainXML() public static method

public static LoadORCreateMainXML ( ) : void
return void

ModifyMainCfgXML() public static method

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

Property Details

CfgProfiles public_oe static_oe property

public static Hashtable,System.Collections CfgProfiles
return System.Collections.Hashtable