Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
ResourceReferenceValue Class
ResourceReferenceValue Methods
GetResolvedString Method
Parse Method
ToString Method
TryParse Method
Resource
Reference
Value
Get
Resolved
String Method
Gets the result of pulling the string from the resource file using the identifier.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
string
GetResolvedString
()
Request Example
View Source
Return Value
String
String
from resource file.
Exceptions
Exception
Condition
FileNotFoundException
ResourceFilePath
cannot be found.
Win32Exception
Unable to load
ResourceFilePath
or string identified by
ResourceIdentifier
.
See Also
Reference
ResourceReferenceValue Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.