Class ManifestManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class ManifestManager : Manager
Constructors
| Improve this Doc View SourceManifestManager(String, String, InformationSource)
Declaration
public ManifestManager(string projectFilePath, string applicationManifestFilePath, InformationSource source = InformationSource.AppManifest)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | projectFilePath | |
| System.String | applicationManifestFilePath | |
| InformationSource | source |
Methods
| Improve this Doc View SourceCreateAppManifest()
Declaration
public AppManifest CreateAppManifest()
Returns
| Type | Description |
|---|---|
| AppManifest |
DeployManifest(AppManifest)
Declaration
public FileInfo DeployManifest(AppManifest manifest)
Parameters
| Type | Name | Description |
|---|---|---|
| AppManifest | manifest |
Returns
| Type | Description |
|---|---|
| System.IO.FileInfo |
ReadFromFile(String)
Declaration
public static AppManifest ReadFromFile(string manifestFilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | manifestFilePath |
Returns
| Type | Description |
|---|---|
| AppManifest |