[This is preliminary documentation and is subject to change.]

CTor - creates new instance of the BitmapResult class from image path

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public BitmapResult(
	string ImagePath,
	bool Temporary
)
Visual Basic
Public Sub New ( _
	ImagePath As String, _
	Temporary As Boolean _
)
Visual C++
public:
BitmapResult(
	String^ ImagePath, 
	bool Temporary
)
F#
new : 
        ImagePath:string * 
        Temporary:bool -> BitmapResult
JScript
public function BitmapResult(
	ImagePath : String, 
	Temporary : boolean
)

Parameters

ImagePath
Type: System..::..String
Path to image preview bitmap is stored in.
Temporary
Type: System..::..Boolean

[Missing <param name="Temporary"/> documentation for "M:Tools.TotalCommanderT.BitmapResult.#ctor(System.String,System.Boolean)"]

Exceptions

ExceptionCondition
System.IO..::..PathTooLongExceptionThe length of ImagePath is greater than MaxPath - 1
System..::..ArgumentNullExceptionImagePath is null

See Also