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

Method GetClassID

src/Squirrel/ShellFile.cs:20–22  ·  view source on GitHub ↗
(out Guid pClassID)

Source from the content-addressed store, hash-verified

18 interface IPersist
19 {
20 [PreserveSig]
21 //[helpstring("Returns the class identifier for the component object")]
22 void GetClassID(out Guid pClassID);
23 }
24
25 [ComImport()]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected