MCPcopy Create free account
hub / github.com/FalconOpsLLC/goexec / DcomVisualStudioDte

Struct DcomVisualStudioDte

pkg/goexec/dcom/visualstudio.go:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type DcomVisualStudioDte struct {
27 Dispatch
28 // Is2019 indicates that the installation is Visual Studio 2019
29 Is2019 bool
30 // CommandName is the name of the DTE command to invoke
31 CommandName string
32 // CommandArgs are the arguments to pass to the command
33 CommandArgs string
34}
35
36func (m *DcomVisualStudioDte) Init(ctx context.Context) (err error) {
37 if err = m.Dcom.Init(ctx); err == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected