Click or drag to resize

ModuleInfo Constructor

Initializes a new instance of the object

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ModuleInfo(
	string name,
	string path,
	string tempPath
)

Parameters

name
Type: SystemString
The name of the module
path
Type: SystemString
The full path to the module file (or temporary file) on disk.
tempPath
Type: SystemString
Full path to the temporary file on disk.
See Also