C# 클래스 SharePointPnP.PowerShell.Tests.PSTestScope

상속: IDisposable
파일 보기 프로젝트 열기: OfficeDev/PnP-PowerShell 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ExecuteCommand ( string cmdletString ) : Collection
ExecuteScript ( string script ) : Collection
PSTestScope ( bool connect = true ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteCommand() 공개 메소드

public ExecuteCommand ( string cmdletString ) : Collection
cmdletString string
리턴 Collection

ExecuteScript() 공개 메소드

public ExecuteScript ( string script ) : Collection
script string
리턴 Collection

PSTestScope() 공개 메소드

public PSTestScope ( bool connect = true ) : System
connect bool
리턴 System