ApplicationService Methods¶
The ApplicationService type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | Create(String) | Create an application |
![]() | Create(String, String, String) | Create an application. |
![]() | Create(String, String, String, String) | Create an application |
![]() | CreateAsync | Create an application |
![]() | Delete(Application[]) | Delete a collection of Application objects |
![]() | Delete(IEnumerable(Application)) | Delete a collection of Application objects |
![]() | Delete(IEnumerable(Application), ApplicationDeleteOptions) | Delete a collection of Application objects |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get() | Returns a collection with all the Application objects. |
![]() | Get(IEnumerable(Int64)) | Returns a collection of Application objects with matching identifiers. |
![]() | Get(Int64) | Returns the Application object with the matching identifier. |
![]() | Get(String) | Returns a collection of Application objects that respects filtering. |
![]() | Get(ApplicationFilter, Object) | Returns a collection of Application objects that respects filtering. |
![]() | Get(ApplicationFilter, Object, Int32) | Returns a collection of Application objects that respects filtering requirements. |
![]() | Get(ApplicationFilter, Object, Int32, Int32) | Returns a collection of Application objects that respects filtering and paging requirements. |
![]() | Get(ApplicationFilter, Object, Int32, Int32, ApplicationFilter) | Returns a collection of Application objects that respects filtering and paging requirements. |
![]() | GetAllAttachmentsMetaData(Int32) | Obsolete. Returns a collection of ApplicationAttachment objects for a given application. |
![]() | GetAllAttachmentsMetaData(Application, Boolean) | Returns a collection of ApplicationAttachment objects for a given application. |
![]() | GetAsync() | Returns a collection with all the Application objects. |
![]() | GetAsync(IEnumerable(Int64)) | Returns a collection of Application objects with matching identifiers. |
![]() | GetAsync(ApplicationFilter, Object) | Returns a collection of Application objects that respects filtering. |
![]() | GetAsync(ApplicationFilter, Object, Int32) | Returns a collection of Application objects that respects filtering requirements. |
![]() | GetAsync(ApplicationFilter, Object, Int32, Int32) | Returns a collection of Application objects that respects filtering and paging requirements. |
![]() | GetAsync(ApplicationFilter, Object, Int32, Int32, ApplicationFilter) | Returns a collection of Application objects that respects filtering and paging requirements. |
![]() | GetAttachmentData | Returns the data for a specific attachment_data_id |
![]() | GetCount | Returns a total count of imported Application objects. |
![]() | GetCountAsync | Returns a collection with all the Application objects. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProfileData | Gets the profile data. |
![]() | GetSystemFrameworks | Returns a collection of Application objects that are marked as frameworks |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Import(IEnumerable(ImportSourceDetails), ApplicationImportConfiguration) | Imports multiple Application objects directly from source files. |
![]() | Import(IEnumerable(ImportSourceDetails), String) | Imports multiple Application objects directly from source files. |
![]() | Import(String, ApplicationImportConfiguration, String) | Imports an Application object directly from the source file. |
![]() | Import(String, String, String) | Imports an Application object directly from the source file. |
![]() | Import(String, IEnumerable(String), ApplicationImportConfiguration, String) | Imports an Application object directly from the source file. |
![]() | Import(String, IEnumerable(String), String, String) | Imports an Application object directly from the source file. |
![]() | Import(IEnumerable(ImportSourceDetails), ApplicationImportConfiguration, Nullable(Int64), Boolean) | Imports multiple Application objects directly from source files. |
![]() | ImportWeb(IEnumerable(ImportSourceDetails), ApplicationImportConfiguration) | Obsolete. Imports multiple Application objects directly from source files. |
![]() | ImportWeb(IEnumerable(ImportSourceDetails), String) | Obsolete. Imports multiple web Application objects directly from their previously captured msi files. |
![]() | ImportWeb(IEnumerable(WebImportSourceDetails), WebApplicationImportConfiguration) | Imports multiple Application objects as web applications. |
![]() | ImportWeb(String, ApplicationImportConfiguration, String) | Imports a previously captured web Application directly from the capture msi. |
![]() | ImportWeb(String, String, String) | Imports a previously captured web Application directly from the capture msi. |
![]() | InstallCapture(IEnumerable(InstallCaptureSourceDetails), InstallCaptureConfiguration) | Imports application data utilizing Install Capture technology. |
![]() | InstallCapture(IEnumerable(InstallCaptureSourceDetails), InstallCaptureConfiguration, Nullable(Int64)) | Imports application data utilizing Install Capture. |
![]() | InstallCapture(InstallCaptureSourceDetails, String, String, String) | Imports application data utilizing Install Capture. |
![]() | InstallCapture(IEnumerable(InstallCaptureSourceDetails), String, String, String) | Imports application data utilizing Install Capture. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetAttachment(Application, FileInfo) | Attach a file to a given application |
![]() | SetAttachment(Int32, String, Byte[], Byte[]) | Obsolete. Attach a file to a given application |
![]() | SetAttachment(Application, String, Byte[], Byte[]) | Attach a file to a given application |
![]() | SetProfilingData(Application, Dictionary(String, Double)) | Sets the profiling data. |
![]() | SetProfilingData(Application, IEnumerable(ApplicationPerformanceCounter)) | Sets the profiling data. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |