C# 클래스 TileIconifier.Core.Utilities.ShortcutUtils

파일 보기 프로젝트 열기: Jonno12345/TileIconifier

공개 메소드들

메소드 설명
CreateLnkFile ( string shortcutPath, string targetPath, string description, string workingDirectory = null, string iconPath = null ) : void
CreateUrlFile ( string path, string target ) : void
GetInternetShortcut ( string filePath ) : string
GetTargetPath ( string filePath ) : string
ResolveShortcut ( string filePath ) : string

비공개 메소드들

메소드 설명
ResolveMsiShortcut ( string file ) : string

메소드 상세

CreateLnkFile() 공개 정적인 메소드

public static CreateLnkFile ( string shortcutPath, string targetPath, string description, string workingDirectory = null, string iconPath = null ) : void
shortcutPath string
targetPath string
description string
workingDirectory string
iconPath string
리턴 void

CreateUrlFile() 공개 정적인 메소드

public static CreateUrlFile ( string path, string target ) : void
path string
target string
리턴 void

GetInternetShortcut() 공개 정적인 메소드

public static GetInternetShortcut ( string filePath ) : string
filePath string
리턴 string

GetTargetPath() 공개 정적인 메소드

public static GetTargetPath ( string filePath ) : string
filePath string
리턴 string

ResolveShortcut() 공개 정적인 메소드

public static ResolveShortcut ( string filePath ) : string
filePath string
리턴 string