Meta Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Packaging
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As Meta

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class Meta
    Inherits MarshalByRefObject
    Implements IReadOnlyDictionary(Of String, String), IReadOnlyCollection(Of KeyValuePair(Of String, String)), _
    IEnumerable(Of KeyValuePair(Of String, String)), IEnumerable
[DefaultMemberAttribute("Item")] 
public class Meta : MarshalByRefObject, IReadOnlyDictionary<string,string>, IReadOnlyCollection<KeyValuePair<string,string>>, 
    IEnumerable<KeyValuePair<string,string>>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class Meta : public MarshalByRefObject, IReadOnlyDictionary<String^, String^>, IReadOnlyCollection<KeyValuePair<String^, String^>>, 
    IEnumerable<KeyValuePair<String^, String^>>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class Meta extends MarshalByRefObject implements IReadOnlyDictionary<String,String>, 
    IReadOnlyCollection<KeyValuePair<String,String>>, IEnumerable<KeyValuePair<String,String>>, IEnumerable
DefaultMemberAttribute("Item") 
public class Meta extends MarshalByRefObject implements IReadOnlyDictionary<String,String>, 
    IReadOnlyCollection<KeyValuePair<String,String>>, IEnumerable<KeyValuePair<String,String>>, IEnumerable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
    Microsoft.OneGet.Packaging.Meta
       Microsoft.OneGet.Packaging.Entity
       Microsoft.OneGet.Packaging.Link
       Microsoft.OneGet.Packaging.SoftwareMetadata

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

Meta Members
Microsoft.OneGet.Packaging Namespace