C# Class Microsoft.WindowsAzure.Commands.ScenarioTest.PSCmdletExtensions

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
ExecuteCmdlet ( this cmdlet ) : void
GetCommandRuntimeMock ( this cmdlet ) : ICommandRuntime
SetCommandRuntimeMock ( this cmdlet, ICommandRuntime value ) : void

Private Methods

Méthode Description
GetInternalProperty ( string name, Type type ) : PropertyInfo
GetProtectedMethod ( string name ) : MethodInfo

Method Details

ExecuteCmdlet() public static méthode

public static ExecuteCmdlet ( this cmdlet ) : void
cmdlet this
Résultat void

GetCommandRuntimeMock() public static méthode

public static GetCommandRuntimeMock ( this cmdlet ) : ICommandRuntime
cmdlet this
Résultat ICommandRuntime

SetCommandRuntimeMock() public static méthode

public static SetCommandRuntimeMock ( this cmdlet, ICommandRuntime value ) : void
cmdlet this
value ICommandRuntime
Résultat void