Share via


RequestExtensions.LocalDynamicInterface Property

This instance of the dynamic interface that you can supply to another app domain as a remotable object. This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.ServicesProvider.Common
Assembly: Microsoft.OneGet.ServicesProvider.Common (in Microsoft.OneGet.ServicesProvider.Common.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.ServicesProvider.Common Namespace