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.12.0
Syntax
C#
public ResourceReferenceValue(
	string dllPath,
	int resourceId
)
Request Example View Source

Parameters

dllPath  String
The DLL path.
resourceId  Int32
The resource identifier.
See Also