|
ImageManagerHasEnoughSpace Method |
Check if the image has enough space
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool HasEnoughSpace(
long neededSize
)
Public Function HasEnoughSpace (
neededSize As Long
) As Boolean
public:
bool HasEnoughSpace(
long long neededSize
)
member HasEnoughSpace :
neededSize : int64 -> bool
Parameters
- neededSize
- Type: SystemInt64
Size Needed
Return Value
Type:
Boolean
See Also