C# 클래스 AvalonGUIConfig.AvalonHelper

파일 보기 프로젝트 열기: ncoH/Avalon

공개 메소드들

메소드 설명
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

메소드 상세

IsAssemblyAvailable() 공개 정적인 메소드

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

IsAssemblyAvailable() 공개 정적인 메소드

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

IsPluginEnabled() 공개 정적인 메소드

public static IsPluginEnabled ( string name ) : bool
name string
리턴 bool

LoadXMLDocument() 공개 정적인 메소드

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

SetNodeText() 공개 정적인 메소드

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

SetSkinImport() 공개 정적인 메소드

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

fileVersion() 공개 메소드

public fileVersion ( string fileToCheck ) : string
fileToCheck string
리턴 string