JuggerNET Runtime Library

JavaPeerAttribute Class

An attribute used to signal that a type should be treated as a peer type.

For a list of all members of this type, see JavaPeerAttribute Members.

System.Object
   System.Attribute
      Codemesh.JuggerNET.JavaPeerAttribute

[AttributeUsage(ValidOn=(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface), AllowMultiple=True, Inherited=True)]
public sealed class JavaPeerAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

JavaPeerAttribute Members | Codemesh.JuggerNET Namespace