| C# |
public static class ClickOnce
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Current | ||
| DemandFeature(array<String>[]()[], String, ISynchronizeInvoke, Delegate, array<Object>[]()[]) |
Use to demand a feature before calling into a method. If feature is not already installed, it will be downloaded asynchronously prior to calling the method
| |
| DemandFeatureCancel(array<String>[]()[]) |
Cancels the asynchronous download of filegroups associated with a feature.
| |
| GetMissingFromGroupSet(array<String>[]()[]) |
Returns null if all groups in set are installed
| |
| IsClickOnce | ||
| IsGroupInstalled(String) |
Returns whether or not a clickoncefilegroup is downloaded. Always returns true if the application is not click once deployed
| |
| ProgressChanged |
| Object | |
| ClickOnce | |