C# Class AcManager.Controls.Helpers.ShellLink

Inheritance: IDisposable
Show file Open project: gro-ove/actools Class Usage Examples

Private Properties

Property Type Description
PropVariantClear void

Public Methods

Method Description
Dispose ( ) : void
Load ( string file ) : void
Save ( ) : void
Save ( string file ) : void
ShellLink ( ) : System
ShellLink ( string file ) : System
VerifySucceeded ( uint hresult ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
PropVariantClear ( [ pvar ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Load() public method

public Load ( string file ) : void
file string
return void

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( string file ) : void
file string
return void

ShellLink() public method

public ShellLink ( ) : System
return System

ShellLink() public method

public ShellLink ( string file ) : System
file string
return System

VerifySucceeded() public static method

public static VerifySucceeded ( uint hresult ) : void
hresult uint
return void