Class VsAutomationLibrary
Data model that implements the interface IVsAutomationLibrary
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
public class VsAutomationLibrary : IVsAutomationLibrary
Properties
LibraryActions
enumeration of the commands that are supported by this library.
Declaration
public List<VsActionConfiguration> LibraryActions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VsActionConfiguration> |
LibraryFilePath
Fully qualified path to the library file.
Declaration
public string LibraryFilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SupportLibraries
enumeration of the supporting libraries required for automation library to function.
Declaration
public List<VsLibraryConfiguration> SupportLibraries { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VsLibraryConfiguration> |