C# 클래스 Nexus.Client.ModManagement.NexusUrl

Represents an NXM url.
This is a convenice class that parses out parts of the URL that are of interest.
상속: System.Uri
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
NexusUrl ( Uri p_uriUrl ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

NexusUrl() 공개 메소드

A simple constructor that initializes the object with the given values.
Thrown if the given URI's scheme is not NXM.
public NexusUrl ( Uri p_uriUrl ) : System
p_uriUrl System.Uri The NXM URL.
리턴 System