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

Method Load

src/Squirrel/ShellFile.cs:38–40  ·  view source on GitHub ↗

[helpstring("Opens the specified file and initializes the object from its contents")]

(
                [MarshalAs(UnmanagedType.LPWStr)] string pszFileName,
                uint dwMode)

Source from the content-addressed store, hash-verified

36
37 //[helpstring("Opens the specified file and initializes the object from its contents")]
38 void Load(
39 [MarshalAs(UnmanagedType.LPWStr)] string pszFileName,
40 uint dwMode);
41
42 //[helpstring("Saves the object into the specified file")]
43 void Save(

Callers 4

OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected