| AppFacadeGetSetupResource Method |
Gets a path to a setup resource file or directory.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public string GetSetupResource(
string relativeResourcePath
)
Public Function GetSetupResource (
relativeResourcePath As String
) As String
Parameters
- relativeResourcePath
- Type: SystemString
A relative path to a setup resource.
Return Value
Type:
StringAn absolute path to the resource or
null, if the resource does not exists.
See Also