MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / Open

Method Open

src/Squirrel/ShellFile.cs:985–994  ·  view source on GitHub ↗

Loads a shortcut from the specified file The shortcut file (.lnk) to load

(
            string linkFile
            )

Source from the content-addressed store, hash-verified

983 /// </summary>
984 /// <param name="linkFile">The shortcut file (.lnk) to load</param>
985 public void Open(
986 string linkFile
987 )
988 {
989 Open(linkFile,
990 IntPtr.Zero,
991 (EShellLinkResolveFlags.SLR_ANY_MATCH |
992 EShellLinkResolveFlags.SLR_NO_UI),
993 1);
994 }
995
996 /// <summary>
997 /// Loads a shortcut from the specified file, and allows flags controlling

Callers 4

WriteReleaseFileMethod · 0.45
ApplyDeltaPackageMethod · 0.45
ExtractZipForInstallMethod · 0.45

Calls 2

LoadMethod · 0.45
ResolveMethod · 0.45

Tested by

no test coverage detected