Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| bool | SetCustomPath (string relativePath) |
| Sets the customPath used to compute Path, it will only be set (returning true) if NOT rooted, e.g. starts with c:\ or . More... | |
Properties | |
| Dictionary< string, string > | ConfigParams [get, set] |
| string | Type [get, set] |
| string | Name [get, set] |
| string | AssemblyName [get, set] |
| string | Path [get] |
| Default Path is resolved to: More... | |
| string | Version [get, set] |
|
inline |
Sets the customPath used to compute Path, it will only be set (returning true) if NOT rooted, e.g. starts with c:\ or .
| relativePath |
|
getset |
|
getset |
|
getset |
|
get |
Default Path is resolved to:
Plugins\{Name}\{Version}\bin\{AssemblyName} else if SetCustomPath was set succesfully:
Plugins\Custom\{customPath}\{Version}\bin\{AssemblyName}
|
getset |
|
getset |