C# Class NetIde.Setup.Support.ShellLink

Inheritance: IDisposable
Afficher le fichier Open project: netide/netide Class Usage Examples

Private Properties

Свойство Type Description
Dispose void
GetPropertyUInt32Value uint?
Open void
Open void
SetPropertyValue void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPropertyBoolValue() public méthode

public GetPropertyBoolValue ( PropertyStoreProperty property ) : bool?
property PropertyStoreProperty
Résultat bool?

GetPropertyStringValue() public méthode

public GetPropertyStringValue ( PropertyStoreProperty property ) : string
property PropertyStoreProperty
Résultat string

Open() public méthode

public Open ( string linkFile ) : void
linkFile string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( string linkFile ) : void
linkFile string
Résultat void

SetPropertyValue() public méthode

public SetPropertyValue ( PropertyStoreProperty property, bool value ) : void
property PropertyStoreProperty
value bool
Résultat void

SetPropertyValue() public méthode

public SetPropertyValue ( PropertyStoreProperty property, string value ) : void
property PropertyStoreProperty
value string
Résultat void

ShellLink() public méthode

public ShellLink ( ) : System
Résultat System

ShellLink() public méthode

public ShellLink ( string linkFile ) : System
linkFile string
Résultat System