C# 클래스 ZeroInstall.Hooking.WindowsTaskbar.ShellLink

Represents a shell link targeting a file.
파일 보기 프로젝트 열기: 0install/0install-win

공개 프로퍼티들

프로퍼티 타입 설명
Arguments string
IconIndex int
IconPath string
Path string
Title string

공개 메소드들

메소드 설명
ShellLink ( string title, string path, string arguments = null ) : System

Creates a new shell link structure.

ShellLink ( string title, string path, string arguments, string iconPath, int iconIndex ) : System

Creates a new shell link structure

메소드 상세

ShellLink() 공개 메소드

Creates a new shell link structure.
public ShellLink ( string title, string path, string arguments = null ) : System
title string The title/name of the task link.
path string The target path the link shall point to and to get the icon from.
arguments string Additional arguments for ; can be null.
리턴 System

ShellLink() 공개 메소드

Creates a new shell link structure
public ShellLink ( string title, string path, string arguments, string iconPath, int iconIndex ) : System
title string The title/name of the task link.
path string The target path the link shall point to.
arguments string Additional arguments for ; can be null.
iconPath string The path of the icon for the link.
iconIndex int The resouce index within the file specified by .
리턴 System

프로퍼티 상세

Arguments 공개적으로 프로퍼티

Additional arguments for Title; can be null.
public string Arguments
리턴 string

IconIndex 공개적으로 프로퍼티

The resouce index within the file specified by IconPath.
public int IconIndex
리턴 int

IconPath 공개적으로 프로퍼티

The path of the icon for the link.
public string IconPath
리턴 string

Path 공개적으로 프로퍼티

The target path the link shall point to.
public string Path
리턴 string

Title 공개적으로 프로퍼티

The title/name of the task link.
public string Title
리턴 string