메소드 | 설명 | |
---|---|---|
Register ( |
Registers a URL protocol in the current system.
|
|
Unregister ( [ urlProtocol, bool machineWide, bool accessPoint = false ) : void |
Unregisters a URL protocol in the current system.
|
public static Register ( |
||
target | The application being integrated. | |
urlProtocol | [ | The URL protocol to register. |
machineWide | bool | Register the URL protocol machine-wide instead of just for the current user. |
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
accessPoint | bool | Indicates that the handler shall become the default handler for the protocol. |
리턴 | void |
public static Unregister ( [ urlProtocol, bool machineWide, bool accessPoint = false ) : void | ||
urlProtocol | [ | The URL protocol to remove. |
machineWide | bool | Unregister the URL protocol machine-wide instead of just for the current user. |
accessPoint | bool | Indicates that the handler was the default handler for the protocol. |
리턴 | void |