Click or drag to resize
Task Scheduler Managed Class Library

ResourceReferenceValue Constructor

Initializes a new instance of the ResourceReferenceValue class.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public ResourceReferenceValue(
	string dllPath,
	int resourceId
)
Request Example View Source

Parameters

dllPath
Type: SystemString
The DLL path.
resourceId
Type: SystemInt32
The resource identifier.
See Also