Share via


Invokable Class

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 Invokable

Syntax

'Declaration
Public MustInherit Class Invokable
    Inherits MarshalByRefObject
public abstract class Invokable : MarshalByRefObject
public ref class Invokable abstract : public MarshalByRefObject
public abstract class Invokable extends MarshalByRefObject
public abstract class Invokable extends MarshalByRefObject

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
    Microsoft.OneGet.Utility.Plugin.Invokable
       Derived Classes

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

Invokable Members
Microsoft.OneGet.Utility.Plugin Namespace