C# Class Srt2Ass.Configuration

Afficher le fichier Open project: dxcheng25/AssToolkit

Méthodes publiques

Свойство Type Description
CfgProfiles System.Collections.Hashtable

Méthodes publiques

Méthode 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 méthode

public static CreateEffectProfile ( string name, string scriptInfo, string V4Style, string events, string engEffect ) : void
name string
scriptInfo string
V4Style string
events string
engEffect string
Résultat void

CreateMainCfgXML() public static méthode

public static CreateMainCfgXML ( ) : void
Résultat void

DeleteProfile() public static méthode

public static DeleteProfile ( string name ) : void
name string
Résultat void

LoadEffectProfile() public static méthode

public static LoadEffectProfile ( string path ) : Hashtable
path string
Résultat System.Collections.Hashtable

LoadMainCfgXML() public static méthode

public static LoadMainCfgXML ( ) : void
Résultat void

LoadORCreateMainXML() public static méthode

public static LoadORCreateMainXML ( ) : void
Résultat void

ModifyMainCfgXML() public static méthode

public static ModifyMainCfgXML ( string name, string path, bool ExistsOrNot ) : void
name string
path string
ExistsOrNot bool
Résultat void

Property Details

CfgProfiles public_oe static_oe property

public static Hashtable,System.Collections CfgProfiles
Résultat System.Collections.Hashtable