Global class of the Fs library
More...
|
static bool | GetNumUsedBinders (out int curNum, out int maxNum, out int limit) |
| Get the number of binders used More...
|
|
static bool | GetNumUsedLoaders (out int curNum, out int maxNum, out int limit) |
| Get the number of loaders used More...
|
|
static bool | GetNumUsedInstallers (out int curNum, out int maxNum, out int limit) |
| Get the number of installers used More...
|
|
static bool | GetNumBinds (out int curNum, out int maxNum, out int limit) |
| Get the number of bindings More...
|
|
static bool | GetNumOpenedFiles (out int curNum, out int maxNum, out int limit) |
| Get the number of opened files More...
|
|
Global class of the Fs library
static bool GetNumUsedBinders |
( |
out int |
curNum, |
|
|
out int |
maxNum, |
|
|
out int |
limit |
|
) |
| |
|
inlinestatic |
Get the number of binders used
- Parameters
-
curNum | The number of binders in use |
maxNum | Maximum number of binders used simultaneously |
limit | Maximum number of usable binders |
- Returns
- Whether the acquisition succeeded
- Description:
- Return the number of binders being used.
static bool GetNumUsedLoaders |
( |
out int |
curNum, |
|
|
out int |
maxNum, |
|
|
out int |
limit |
|
) |
| |
|
inlinestatic |
Get the number of loaders used
- Parameters
-
curNum | The number of loaders in use |
maxNum | Maximum number of loaders used simultaneously |
limit | Maximum number of usable loaders |
- Returns
- Whether the acquisition succeeded
- Description:
- Get the numbers of loaders used
static bool GetNumUsedInstallers |
( |
out int |
curNum, |
|
|
out int |
maxNum, |
|
|
out int |
limit |
|
) |
| |
|
inlinestatic |
Get the number of installers used
- Parameters
-
curNum | The number of installers in use |
maxNum | Maximum number of installers used simultaneously |
limit | Maximum number of usable installers |
- Returns
- Whether the acquisition succeeded
- Description:
- Get the number of installers being used.
static bool GetNumBinds |
( |
out int |
curNum, |
|
|
out int |
maxNum, |
|
|
out int |
limit |
|
) |
| |
|
inlinestatic |
Get the number of bindings
- Parameters
-
curNum | Number of files currently bound |
maxNum | Maximum number of simultaneous bindings |
limit | Maximum number of bindings |
- Returns
- Whether the acquisition succeeded
- Description:
- Return the number of bindings.
static bool GetNumOpenedFiles |
( |
out int |
curNum, |
|
|
out int |
maxNum, |
|
|
out int |
limit |
|
) |
| |
|
inlinestatic |
Get the number of opened files
- Parameters
-
curNum | Number of files currently open |
maxNum | Maximum number of files opened simultaneously |
limit | Maximum number of files that can be opened simultaneously |
- Returns
- Whether the acquisition succeeded
- Description:
- Return the number of opened files.
The documentation for this class was generated from the following file: