Request.Implicit Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)

Usage

'Usage
Dim input As Request
Dim output As MarshalByRefObject

output = CType(input, MarshalByRefObject)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    req As Request _
) As MarshalByRefObject
public static implicit operator MarshalByRefObject (
    Request req
)
public:
static implicit operator MarshalByRefObject^ (
    Request^ req
)

Parameters

  • req

Return Value

Returns MarshalByRefObject.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

Request Class
Request Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace