Property | Type | Description | |
---|---|---|---|
debug | bool |
Method | Description | |
---|---|---|
ExistFile ( string url ) : bool | ||
ExistFile ( string pluginName, string fileName ) : bool | ||
ExtractUrl ( string url, string &plug, string &path ) : void | ||
GetPluginList ( ) : string[] |
public static ExistFile ( string url ) : bool | ||
url | string | |
return | bool |
public static ExistFile ( string pluginName, string fileName ) : bool | ||
pluginName | string | |
fileName | string | |
return | bool |
public static ExtractUrl ( string url, string &plug, string &path ) : void | ||
url | string | |
plug | string | |
path | string | |
return | void |