C# Class AcManager.Controls.Helpers.ShellLink

Inheritance: IDisposable
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Private Properties

Свойство Type Description
PropVariantClear void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Load ( string file ) : void
Save ( ) : void
Save ( string file ) : void
ShellLink ( ) : System
ShellLink ( string file ) : System
VerifySucceeded ( uint hresult ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
PropVariantClear ( [ pvar ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Load() public méthode

public Load ( string file ) : void
file string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

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

ShellLink() public méthode

public ShellLink ( ) : System
Résultat System

ShellLink() public méthode

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

VerifySucceeded() public static méthode

public static VerifySucceeded ( uint hresult ) : void
hresult uint
Résultat void