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

Method SetArguments

src/Squirrel/ShellFile.cs:196–197  ·  view source on GitHub ↗

[helpstring("Sets the shell link command-line arguments")]

(
                [MarshalAs(UnmanagedType.LPStr)] string pszArgs)

Source from the content-addressed store, hash-verified

194
195 //[helpstring("Sets the shell link command-line arguments")]
196 void SetArguments(
197 [MarshalAs(UnmanagedType.LPStr)] string pszArgs);
198
199 //[propget, helpstring("Retrieves or sets the shell link hot key")]
200 void GetHotkey(out short pwHotkey);

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected