Method | Description | |
---|---|---|
RegisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void |
Register Shell Extension Contexte Menu Handler
|
|
RegisterShellExtIconOverlay ( System.Guid clsid ) : void | ||
UnregisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void |
Unregister a shellExt handler
|
|
UnregisterShellExtIconOverlay ( System.Guid clsid ) : void |
Method | Description | |
---|---|---|
AddApprovedShellExtension ( System.Guid clsid, string keyValue ) : void |
Force the key to approve shell extension
|
|
RemoveApprochedShellExtension ( System.Guid clsid ) : void |
Remove the key from approved extension
|
protected static AddApprovedShellExtension ( System.Guid clsid, string keyValue ) : void | ||
clsid | System.Guid | |
keyValue | string | |
return | void |
public static RegisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void | ||
clsid | System.Guid | |
friendlyName | String | |
return | void |
public static RegisterShellExtIconOverlay ( System.Guid clsid ) : void | ||
clsid | System.Guid | |
return | void |
protected static RemoveApprochedShellExtension ( System.Guid clsid ) : void | ||
clsid | System.Guid | |
return | void |
public static UnregisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void | ||
clsid | System.Guid | |
friendlyName | String | |
return | void |
public static UnregisterShellExtIconOverlay ( System.Guid clsid ) : void | ||
clsid | System.Guid | |
return | void |