 | ResourceReferenceValue Constructor |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic ResourceReferenceValue(
string dllPath,
int resourceId
)
Public Sub New (
dllPath As String,
resourceId As Integer
)
public:
ResourceReferenceValue(
String^ dllPath,
int resourceId
)
Request Example
View SourceParameters
- dllPath
- Type: SystemString
The DLL path. - resourceId
- Type: SystemInt32
The resource identifier.
See Also