Click or drag to resize
Task Scheduler Managed Class Library

ResourceReferenceValueParse Method

Parses the input string. String must be in the format "$(@ [Dll], [ResourceID])".

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static ResourceReferenceValue Parse(
	string value
)
Request Example View Source

Parameters

value
Type: SystemString
The input string value.

Return Value

Type: ResourceReferenceValue
A new ResourceReferenceValue instance on success or null on failure.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null
FormatExceptionvalue is not in the format "$(@ [Dll], [ResourceID])"
See Also