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

Method GetClassID

src/Squirrel/ShellFile.cs:31–32  ·  view source on GitHub ↗

can't get this to go if I extend IPersist, so put it here:

(out Guid pClassID)

Source from the content-addressed store, hash-verified

29 {
30 // can't get this to go if I extend IPersist, so put it here:
31 [PreserveSig]
32 void GetClassID(out Guid pClassID);
33
34 //[helpstring("Checks for changes since last file write")]
35 void IsDirty();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected