ShellBrowser .Net Edition
PathCollection..::.GetFolderSizeCallback Delegate
NamespacesJam.ShellPathCollectionPathCollection..::.GetFolderSizeCallback
This delegate is used by GetFolderSize(String, PathCollection..::.GetFolderSizeCallback, Object) to get folder sizes asynchronously.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetFolderSizeCallback(
	string path,
	long foldersize,
	int filecount,
	int foldercount,
	Object State
)
Public Delegate Sub GetFolderSizeCallback ( _
	path As String, _
	foldersize As Long, _
	filecount As Integer, _
	foldercount As Integer, _
	State As Object _
)
public delegate void GetFolderSizeCallback(
	String^ path, 
	long long foldersize, 
	int filecount, 
	int foldercount, 
	Object^ State
)
Parameters
path (String)
The path for that its entire size was determined.
foldersize (Int64)
The size of the path in bytes.
filecount (Int32)
The number of files in the path.
foldercount (Int32)
The number of folders in the path.
State (Object)
An optional, user-provided object that distinguishes this particular asynchronous request from other requests.
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)