MediaInfo Constructor (String)

Moxiecode Image Manager API

Initializes a new instance of the MediaInfo class

Namespace:  Moxiecode.ImageManager.Utils
Assembly:  MCImageManager (in MCImageManager.dll) Version: 1.0.0.0

Syntax

C#
public MediaInfo(
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	path As String _
)
Visual C++
public:
MediaInfo(
	String^ path
)

Parameters

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:Moxiecode.ImageManager.Utils.MediaInfo.#ctor(System.String)"]

See Also