C# 클래스 ZForge.Win32.FileAssociation.ProgramIcon

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

공개 프로퍼티들

프로퍼티 타입 설명
None ProgramIcon

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Parse ( string regString ) : ProgramIcon

Parses string to create and instance of ProgramIcon.

ProgramIcon ( ) : System

Creates instance of ProgramIcon.

ProgramIcon ( string path ) : System

Creates instance of ProgramIcon.

ProgramIcon ( string path, int index ) : System

Creates instance of ProgramIcon.

ToString ( ) : string

Returns string representation of current ProgramIcon.

operator ( ) : bool

메소드 상세

Equals() 공개 메소드

Determines whether the specified System.Object is equal to the current System.Object.
public Equals ( object obj ) : bool
obj object The System.Object to compare with the current System.Object.
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

Parses string to create and instance of ProgramIcon.
public static Parse ( string regString ) : ProgramIcon
regString string String specifying file path. Icon can be included as well.
리턴 ProgramIcon

ProgramIcon() 공개 메소드

Creates instance of ProgramIcon.
public ProgramIcon ( ) : System
리턴 System

ProgramIcon() 공개 메소드

Creates instance of ProgramIcon.
public ProgramIcon ( string path ) : System
path string Filename of file containing icon.
리턴 System

ProgramIcon() 공개 메소드

Creates instance of ProgramIcon.
public ProgramIcon ( string path, int index ) : System
path string Filename of file containing icon.
index int Index of icon within the file.
리턴 System

ToString() 공개 메소드

Returns string representation of current ProgramIcon.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

None 공개적으로 정적으로 프로퍼티

Represents and empty or nonexistent Program Icon
public static ProgramIcon,ZForge.Win32.FileAssociation None
리턴 ProgramIcon