C# Class SharePointPnP.PowerShell.Tests.PSTestScope

Inheritance: IDisposable
Show file Open project: OfficeDev/PnP-PowerShell Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ExecuteCommand ( string cmdletString ) : Collection
ExecuteScript ( string script ) : Collection
PSTestScope ( bool connect = true ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExecuteCommand() public method

public ExecuteCommand ( string cmdletString ) : Collection
cmdletString string
return Collection

ExecuteScript() public method

public ExecuteScript ( string script ) : Collection
script string
return Collection

PSTestScope() public method

public PSTestScope ( bool connect = true ) : System
connect bool
return System