C# Class SharePointPnP.PowerShell.Tests.PSTestScope

Inheritance: IDisposable
Afficher le fichier Open project: OfficeDev/PnP-PowerShell Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( string cmdletString ) : Collection
cmdletString string
Résultat Collection

ExecuteScript() public méthode

public ExecuteScript ( string script ) : Collection
script string
Résultat Collection

PSTestScope() public méthode

public PSTestScope ( bool connect = true ) : System
connect bool
Résultat System