C# 클래스 PocketCampus.Common.LauncherEx

Advanced version of Launcher that supports in-app protocol registration.
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
Launch ( string uri ) : void

Launches an URI, delegating to the app or the system as needed.

RegisterProtocol ( string protocolName, Action action ) : void

Registers the specified protocol handler..

메소드 상세

Launch() 공개 정적인 메소드

Launches an URI, delegating to the app or the system as needed.
public static Launch ( string uri ) : void
uri string
리턴 void

RegisterProtocol() 공개 정적인 메소드

Registers the specified protocol handler..
public static RegisterProtocol ( string protocolName, Action action ) : void
protocolName string
action Action
리턴 void