ICommandLineContext Interface
Command-line context.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Arguments | Command-line arguments. |
| ExtensionManager | Extension manager. |
| ServiceProvider | Service provider. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Arguments Property
Section titled “Arguments Property”Command-line arguments.
Declaration
Section titled “Declaration”public ICommandLineArguments Arguments { get; set; }ExtensionManager Property
Section titled “ExtensionManager Property”Extension manager.
Declaration
Section titled “Declaration”public WixToolset.Extensibility.Services.IExtensionManager ExtensionManager { get; set; }ServiceProvider Property
Section titled “ServiceProvider Property”Service provider.
Declaration
Section titled “Declaration”public System.IServiceProvider ServiceProvider { get; set; }