C# Class Nuxeo.Otg.Win.ShellExtensionRegister

Afficher le fichier Open project: nuxeo/nuxeo-otg-win

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Method Details

AddApprovedShellExtension() protected static méthode

Force the key to approve shell extension
protected static AddApprovedShellExtension ( System.Guid clsid, string keyValue ) : void
clsid System.Guid
keyValue string
Résultat void

RegisterShellExtContextMenuHandler() public static méthode

Register Shell Extension Contexte Menu Handler
public static RegisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void
clsid System.Guid
friendlyName String
Résultat void

RegisterShellExtIconOverlay() public static méthode

public static RegisterShellExtIconOverlay ( System.Guid clsid ) : void
clsid System.Guid
Résultat void

RemoveApprochedShellExtension() protected static méthode

Remove the key from approved extension
protected static RemoveApprochedShellExtension ( System.Guid clsid ) : void
clsid System.Guid
Résultat void

UnregisterShellExtContextMenuHandler() public static méthode

Unregister a shellExt handler
public static UnregisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void
clsid System.Guid
friendlyName String
Résultat void

UnregisterShellExtIconOverlay() public static méthode

public static UnregisterShellExtIconOverlay ( System.Guid clsid ) : void
clsid System.Guid
Résultat void