Method | Description | |
---|---|---|
UnInstall ( ) : void | ||
UninstallComShellExt ( ) : void |
Method | Description | |
---|---|---|
CopyKeyValue ( string keyName, string srcValueName, string destValueName ) : void | ||
DeleteKey ( string name ) : void | ||
DeleteKeyValue ( string name, string valueName ) : void | ||
GetKey ( string name, bool writable ) : RegistryKey | ||
GetKeyValue ( string name, string valueName ) : object | ||
IsComShellExtInstalled ( ) : bool | ||
RemoveFromPath ( string dir, string path ) : string | ||
RunApp ( string app, string args ) : string | ||
SetKeyValue ( string keyName, string name, object value ) : void |
public static UninstallComShellExt ( ) : void | ||
return | void |