JuggerNET Runtime Library

JavaPeerAttribute Members

JavaPeerAttribute overview

Public Instance Constructors

JavaPeerAttribute Constructor Initializes a new instance of the JavaPeerAttribute class.

Public Instance Properties

Ignore When applied to fields or properties, this attribute can be used to skip the respective element from being marshalled/unmarshalled.
Name When applied to fields or properties, this attribute can be used to specify a name mapping to a peer field name. Normally, the names should be left unmodified, in which case they will be the same as the .NET names.
PeerMarshaller Specifies the marshaller to be used.
PeerType Specifies the peer type. Can be used to override the marshalling of a reference type.
TypeId (inherited from Attribute) When implemented in a derived class, gets a unique identifier for this Attribute.

Public Instance Methods

Equals (inherited from Attribute) 
GetHashCode (inherited from Attribute) Returns the hash code for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
IsDefaultAttribute (inherited from Attribute) When overridden in a derived class, returns an indication whether the value of this instance is the default value for the derived class.
Match (inherited from Attribute) When overridden in a derived class, returns a value indicating whether this instance equals a specified object.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

JavaPeerAttribute Class | Codemesh.JuggerNET Namespace