C# Class IKVM.NativeCode.sun.awt.shell.ShellLink

Inheritance: IDisposable
Afficher le fichier Open project: samskivert/ikvm-monotouch Class Usage Examples

Méthodes publiques

Méthode Description
GetArguments ( ) : string
GetIDList ( ) : IntPtr
GetPath ( ) : string
Load ( string linkFile ) : void
Resolve ( ) : void
Save ( string linkFile ) : void
SetArguments ( string args ) : void
SetDescription ( string description ) : void
SetPath ( string path ) : void
SetShowCmd ( EShowWindowFlags cmd ) : void
SetWorkingDirectory ( string dir ) : void

Private Methods

Méthode Description
Dispose ( ) : void

Method Details

GetArguments() public méthode

public GetArguments ( ) : string
Résultat string

GetIDList() public méthode

public GetIDList ( ) : IntPtr
Résultat IntPtr

GetPath() public méthode

public GetPath ( ) : string
Résultat string

Load() public méthode

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

Resolve() public méthode

public Resolve ( ) : void
Résultat void

Save() public méthode

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

SetArguments() public méthode

public SetArguments ( string args ) : void
args string
Résultat void

SetDescription() public méthode

public SetDescription ( string description ) : void
description string
Résultat void

SetPath() public méthode

public SetPath ( string path ) : void
path string
Résultat void

SetShowCmd() public méthode

public SetShowCmd ( EShowWindowFlags cmd ) : void
cmd EShowWindowFlags
Résultat void

SetWorkingDirectory() public méthode

public SetWorkingDirectory ( string dir ) : void
dir string
Résultat void