Task Scheduler Managed Class Library
C#
Show/Hide TOC
Resource
Reference
Value
Parse Method
Parses the input string. String must be in the format "$(@ [Dll], [ResourceID])".
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
static
ResourceReferenceValue
Parse
(
string
value
)
Parameters
value
String
The input string value.
Return Value
ResourceReferenceValue
A new
ResourceReferenceValue
instance on success or
null
on failure.
Exceptions
ArgumentNullException
value
is
null
FormatException
value
is not in the format "$(@ [Dll], [ResourceID])"
See Also
Reference
ResourceReferenceValue Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also