Name | Description | |
---|---|---|
NIniMap Constructor | Overloaded. |
The following tables list the members exposed by NIniMap.
Name | Description | |
---|---|---|
NIniMap Constructor | Overloaded. |
Name | Description | |
---|---|---|
InDockerContainerKey | ||
PingIntervalMinutesKey | ||
ResourcesCacheVersionKey | ||
ResourcesFolderKey | ||
SessionIdKey |
Name | Description | |
---|---|---|
GetBoolean | Gets a boolean value for the specified key. | |
GetInt32 | Gets a string value for the specified key. | |
GetString | Gets a string value for the specified key. | |
LoadBinaryFromBytes | Loads the INI map from bytes in binary format. Returns true if successfully loaded. | |
LoadIniFromStream | Loads the INI map from stream in Ini format (string = value) | |
SaveBinaryToBytes | Saves the INI map to stream in binary format. | |
ToKeyValueArray | Converts this map to a key:value array pair | |
TryGetBoolean | Tries to get a boolean value, if parsed correctly. | |
TryGetInt32 | Tries to get a boolean value, if parsed correctly. | |
TryGetString | Tries to get a string value |