Share via


PosAssemblyAttribute Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines an assembly attribute that can be attached as metadata to a .dll, identifying that assembly as a POS for .NET service object.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple:=False, Inherited:=False)> _
Public NotInheritable Class PosAssemblyAttribute
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)] 
public sealed class PosAssemblyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple=false, Inherited=false)] 
public ref class PosAssemblyAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=false, Inherited=false) */ 
public final class PosAssemblyAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=false, Inherited=false) 
public final class PosAssemblyAttribute extends Attribute

Remarks

Used by the PosExplorer class to verify that an assembly is a POS for .NET service object. For more information about assembly attributes and how to use them, see the .NET Framework documentation.

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.PointOfService.PosAssemblyAttribute

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.

See Also

Reference

PosAssemblyAttribute Members
Microsoft.PointOfService Namespace