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
)
Public Sub New (
name As String,
path As String,
tempPath As String
)
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