ShellLink class com

Inheritance

Constructors

ShellLink.createInstance()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
GetArguments(Pointer<Utf16> pszArgs, int cch) int
inherited
GetDescription(Pointer<Utf16> pszName, int cch) int
inherited
GetHotkey(Pointer<Uint16> pwHotkey) int
inherited
GetIconLocation(Pointer<Utf16> pszIconPath, int cch, Pointer<Int32> piIcon) int
inherited
GetIDList(Pointer<Pointer<ITEMIDLIST>> ppidl) int
inherited
GetPath(Pointer<Utf16> pszFile, int cch, Pointer<WIN32_FIND_DATA> pfd, int fFlags) int
inherited
GetShowCmd(Pointer<Int32> piShowCmd) int
inherited
GetWorkingDirectory(Pointer<Utf16> pszDir, int cch) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
Resolve(int hwnd, int fFlags) int
inherited
SetArguments(Pointer<Utf16> pszArgs) int
inherited
SetDescription(Pointer<Utf16> pszName) int
inherited
SetHotkey(int wHotkey) int
inherited
SetIconLocation(Pointer<Utf16> pszIconPath, int iIcon) int
inherited
SetIDList(Pointer<ITEMIDLIST> pidl) int
inherited
SetPath(Pointer<Utf16> pszFile) int
inherited
SetRelativePath(Pointer<Utf16> pszPathRel, int dwReserved) int
inherited
SetShowCmd(int iShowCmd) int
inherited
SetWorkingDirectory(Pointer<Utf16> pszDir) int
inherited
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited