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

Inheritance: IDisposable
Mostrar archivo Open project: samskivert/ikvm-monotouch Class Usage Examples

Public Methods

Method 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

Method Description
Dispose ( ) : void

Method Details

GetArguments() public method

public GetArguments ( ) : string
return string

GetIDList() public method

public GetIDList ( ) : IntPtr
return IntPtr

GetPath() public method

public GetPath ( ) : string
return string

Load() public method

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

Resolve() public method

public Resolve ( ) : void
return void

Save() public method

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

SetArguments() public method

public SetArguments ( string args ) : void
args string
return void

SetDescription() public method

public SetDescription ( string description ) : void
description string
return void

SetPath() public method

public SetPath ( string path ) : void
path string
return void

SetShowCmd() public method

public SetShowCmd ( EShowWindowFlags cmd ) : void
cmd EShowWindowFlags
return void

SetWorkingDirectory() public method

public SetWorkingDirectory ( string dir ) : void
dir string
return void