DynamicInterface.Create Method (Type[])

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Plugin
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As DynamicInterface
Dim types As Type()
Dim returnValue As TInterface

returnValue = instance.Create(types)

Syntax

'Declaration
Public Function Create(Of TInterface) ( _
    ParamArray types As Type() _
) As TInterface
public TInterface Create<TInterface> (
    params Type[] types
)
public:
generic<typename TInterface>
TInterface Create (
    ... array<Type^>^ types
)

GenericParameters

  • TInterface

Parameters

  • types

Return 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

DynamicInterface Class
DynamicInterface Members
Microsoft.OneGet.Utility.Plugin Namespace