C# 클래스 NetIde.Setup.Support.ShellLink

상속: IDisposable
파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void
GetPropertyUInt32Value uint?
Open void
Open void
SetPropertyValue void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPropertyBoolValue ( PropertyStoreProperty property ) : bool?
GetPropertyStringValue ( PropertyStoreProperty property ) : string
Open ( string linkFile ) : void
Save ( ) : void
Save ( string linkFile ) : void
SetPropertyValue ( PropertyStoreProperty property, bool value ) : void
SetPropertyValue ( PropertyStoreProperty property, string value ) : void
ShellLink ( ) : System
ShellLink ( string linkFile ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetPropertyUInt32Value ( PropertyStoreProperty property ) : uint?
Open ( string linkFile, IntPtr hWnd, ShellLinkResolveType resolveFlags ) : void
Open ( string linkFile, IntPtr hWnd, ShellLinkResolveType resolveFlags, ushort timeout ) : void
SetPropertyValue ( PropertyStoreProperty property, uint value ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPropertyBoolValue() 공개 메소드

public GetPropertyBoolValue ( PropertyStoreProperty property ) : bool?
property PropertyStoreProperty
리턴 bool?

GetPropertyStringValue() 공개 메소드

public GetPropertyStringValue ( PropertyStoreProperty property ) : string
property PropertyStoreProperty
리턴 string

Open() 공개 메소드

public Open ( string linkFile ) : void
linkFile string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string linkFile ) : void
linkFile string
리턴 void

SetPropertyValue() 공개 메소드

public SetPropertyValue ( PropertyStoreProperty property, bool value ) : void
property PropertyStoreProperty
value bool
리턴 void

SetPropertyValue() 공개 메소드

public SetPropertyValue ( PropertyStoreProperty property, string value ) : void
property PropertyStoreProperty
value string
리턴 void

ShellLink() 공개 메소드

public ShellLink ( ) : System
리턴 System

ShellLink() 공개 메소드

public ShellLink ( string linkFile ) : System
linkFile string
리턴 System