C# 클래스 Nuxeo.Otg.Win.ShellExtensionRegister

파일 보기 프로젝트 열기: nuxeo/nuxeo-otg-win

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

AddApprovedShellExtension() 보호된 정적인 메소드

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

RegisterShellExtContextMenuHandler() 공개 정적인 메소드

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

RegisterShellExtIconOverlay() 공개 정적인 메소드

public static RegisterShellExtIconOverlay ( System.Guid clsid ) : void
clsid System.Guid
리턴 void

RemoveApprochedShellExtension() 보호된 정적인 메소드

Remove the key from approved extension
protected static RemoveApprochedShellExtension ( System.Guid clsid ) : void
clsid System.Guid
리턴 void

UnregisterShellExtContextMenuHandler() 공개 정적인 메소드

Unregister a shellExt handler
public static UnregisterShellExtContextMenuHandler ( System.Guid clsid, String friendlyName ) : void
clsid System.Guid
friendlyName String
리턴 void

UnregisterShellExtIconOverlay() 공개 정적인 메소드

public static UnregisterShellExtIconOverlay ( System.Guid clsid ) : void
clsid System.Guid
리턴 void