C# Class System.Web.PowerShell.HttpPowerShellPSObjectConverter

Show file Open project: smokedlinq/PowerShell-for-ASP.NET

Public Methods

Method Description
AsDisposable ( this collection ) : IDisposableEnumerable
AsDynamic ( this collection ) : IEnumerable
AsPSObject ( this collection ) : IEnumerable
ToDynamic ( this obj ) : dynamic

Method Details

AsDisposable() public static method

public static AsDisposable ( this collection ) : IDisposableEnumerable
collection this
return IDisposableEnumerable

AsDynamic() public static method

public static AsDynamic ( this collection ) : IEnumerable
collection this
return IEnumerable

AsPSObject() public static method

public static AsPSObject ( this collection ) : IEnumerable
collection this
return IEnumerable

ToDynamic() public static method

public static ToDynamic ( this obj ) : dynamic
obj this
return dynamic