MonobjcMonobjc Documented Class Library
CalculateSizeOfFileForkEstimating Method (file, fork, estimate)
NamespacesMonobjc.DiscRecordingIDRFileDataProductionCalculateSizeOfFileForkEstimating(DRFile, DRFileFork, Boolean)

Calculates the size of the specified fork of a file.

Original signature is '- (uint64_t) calculateSizeOfFile:(DRFile*)file fork:(DRFileFork)fork estimating:(BOOL)estimate'

Declaration Syntax
C#Visual BasicVisual C++
ulong CalculateSizeOfFileForkEstimating(
	DRFile file,
	DRFileFork fork,
	bool estimate
)
Function CalculateSizeOfFileForkEstimating ( _
	file As DRFile, _
	fork As DRFileFork, _
	estimate As Boolean _
) As ULong
unsigned long long CalculateSizeOfFileForkEstimating(
	DRFile^ file, 
	DRFileFork fork, 
	bool estimate
)
Parameters
file (DRFile)
The file object.
fork (DRFileFork)
The fork of the file whose size is to be calculated.
estimate (Boolean)
If the file size should be estimated or exact.
Return Value
The length of the file's fork.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.DiscRecording (Module: Monobjc.DiscRecording)