Share via


RequestExtensions.LocalDynamicInterface Property

The instance of a DynamicInterface that you can use as a remotable object supplied to another app domain.. 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 value As Object

value = RequestExtensions.LocalDynamicInterface

Syntax

'Declaration
<DynamicAttribute> _
Public Shared ReadOnly Property LocalDynamicInterface As Object
[DynamicAttribute] 
public static Object LocalDynamicInterface { get; }
[DynamicAttribute] 
public:
static property Object^ LocalDynamicInterface {
    Object^ get ();
}
/** @property */
public static Object get_LocalDynamicInterface ()
public static function get LocalDynamicInterface () : Object

Property Value

Returns Object.

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

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