 | URISchemeRegisterRegisterProtocolHandler Method |
Protocol Handler 등록, 관리자 권한으로 실행 필요
Namespace:
SHConnector.Utility.Net
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntaxpublic static bool RegisterProtocolHandler(
string path,
string uri_name
)
Parameters
- path
- Type: SystemString
Application Path : EX) C:\Program Files\Company\Product\App.exe - uri_name
- Type: SystemString
URI NAME : EX) VIZZARD
Return Value
Type:
BooleanTrue / False
See Also