Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Powershell ¶
type Powershell struct {
// contains filtered or unexported fields
}
Powershell structure
func NewShell ¶
func NewShell() (p *Powershell, err error)
NewShell returns a new pointer to a Powershell structure
func (*Powershell) ExecuteString ¶
func (p *Powershell) ExecuteString(script string)
ExecuteString instruct the shell to execute the script provided as parameter
Click to show internal directories.
Click to hide internal directories.