BaseModelHelpers
Description
The static BaseModelHelper class provides a few static helper methods that are used for logging and interacting with the remote directory directly on the host.
BaseModelHelpers Class (static)
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Inheritance Hierarchy:
Object Progile.TRIO.BaseModel.BaseModelHelpers
Methods
Name
Description
Gets the version string including the build time in UTC of the provided assembly Version.
Logs the assembly version of the base model, if it wasn't already logged before.
Maps the remote directory on the host and returns a directory info for the remote directory. Make sure to unmap the remote directory in the tear down step by calling UnmapRemoteDirectoryOnHost!
Unmaps the remote directory on the host.
Properties
Name
Description
The full path to the RemoteDirecty as it is mapped on the host, ending with a backslash. E.g. "Z:\"
Last updated