C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.CmdletExtensions

파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools

공개 메소드들

메소드 설명
ProcessExceptionDetails ( this cmdlet, Exception exception ) : Exception
ResolvePath ( this psCmdlet, string path ) : string
TryResolvePath ( this psCmdlet, string path ) : string

비공개 메소드들

메소드 설명
FindDataServiceClientException ( Exception ex ) : Exception
WriteVerboseOutputForObject ( this powerShellCmdlet, object obj ) : void

메소드 상세

ProcessExceptionDetails() 공개 정적인 메소드

public static ProcessExceptionDetails ( this cmdlet, Exception exception ) : Exception
cmdlet this
exception System.Exception
리턴 System.Exception

ResolvePath() 공개 정적인 메소드

public static ResolvePath ( this psCmdlet, string path ) : string
psCmdlet this
path string
리턴 string

TryResolvePath() 공개 정적인 메소드

public static TryResolvePath ( this psCmdlet, string path ) : string
psCmdlet this
path string
리턴 string