| AppLibrary Constructor |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public AppLibrary(
BenchConfiguration config,
string id,
Uri url
)
Public Sub New (
config As BenchConfiguration,
id As String,
url As Uri
)
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
The Bench configuration. - id
- Type: SystemString
The uniqe ID of the app library. - url
- Type: SystemUri
The URL of the app library.
See Also