C# 클래스 Signum.Windows.PackUriHelper

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
Local ( string path ) : Uri
Reference ( string path, Type assemblyTypeExample ) : Uri
Reference ( string path, string assemblyName ) : Uri
SiteOfOrigin ( string path ) : Uri

메소드 상세

Local() 공개 정적인 메소드

public static Local ( string path ) : Uri
path string
리턴 System.Uri

Reference() 공개 정적인 메소드

public static Reference ( string path, Type assemblyTypeExample ) : Uri
path string
assemblyTypeExample System.Type
리턴 System.Uri

Reference() 공개 정적인 메소드

public static Reference ( string path, string assemblyName ) : Uri
path string
assemblyName string
리턴 System.Uri

SiteOfOrigin() 공개 정적인 메소드

public static SiteOfOrigin ( string path ) : Uri
path string
리턴 System.Uri