C# 클래스 ScreenToGif.Util.Global

파일 보기 프로젝트 열기: dbremner/ScreenToGif

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MakePackUri ( string relativeFile ) : Uri

Helper method for generating a "pack://" URI for a given relative file based on the assembly that this class is in.

메소드 상세

MakePackUri() 공개 정적인 메소드

Helper method for generating a "pack://" URI for a given relative file based on the assembly that this class is in.
public static MakePackUri ( string relativeFile ) : Uri
relativeFile string
리턴 System.Uri