C# Class AvalonGUIConfig.AvalonHelper

Datei anzeigen Open project: ncoH/Avalon

Public Methods

Method Description
IsAssemblyAvailable ( string name, System.Version ver ) : bool
IsAssemblyAvailable ( string name, System.Version ver, string filename ) : bool
IsPluginEnabled ( string name ) : bool
LoadXMLDocument ( string file ) : XmlDocument

Loads and returns an XML Document

SetNodeText ( string file, string path, string value ) : void

Set XML Property

SetSkinImport ( string file, string importtag, string value ) : void

Sets a new path for a skin files

fileVersion ( string fileToCheck ) : string

Method Details

IsAssemblyAvailable() public static method

public static IsAssemblyAvailable ( string name, System.Version ver ) : bool
name string
ver System.Version
return bool

IsAssemblyAvailable() public static method

public static IsAssemblyAvailable ( string name, System.Version ver, string filename ) : bool
name string
ver System.Version
filename string
return bool

IsPluginEnabled() public static method

public static IsPluginEnabled ( string name ) : bool
name string
return bool

LoadXMLDocument() public static method

Loads and returns an XML Document
public static LoadXMLDocument ( string file ) : XmlDocument
file string
return System.Xml.XmlDocument

SetNodeText() public static method

Set XML Property
public static SetNodeText ( string file, string path, string value ) : void
file string
path string
value string
return void

SetSkinImport() public static method

Sets a new path for a skin files
public static SetSkinImport ( string file, string importtag, string value ) : void
file string
importtag string
value string
return void

fileVersion() public method

public fileVersion ( string fileToCheck ) : string
fileToCheck string
return string