JuggerNET Runtime Library v3.6.54.0
3.6.54.0
|
An attribute used to signal that a type should be treated as a peer type. More...
Properties | |
bool | Ignore [get, set] |
When applied to fields or properties, this attribute can be used to skip the respective element from being marshalled/unmarshalled. More... | |
string | Name [get, set] |
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. More... | |
string | PeerType [get, set] |
Specifies the peer type. Can be used to override the marshalling of a reference type. More... | |
string | PeerMarshaller [get, set] |
Specifies the marshaller to be used. More... | |
An attribute used to signal that a type should be treated as a peer type.
|
getset |
When applied to fields or properties, this attribute can be used to skip the respective element from being marshalled/unmarshalled.
|
getset |
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.
|
getset |
Specifies the marshaller to be used.
Referenced by Codemesh.JuggerNET.PeerManager.ResolveMarshallerFromAttribute().
|
getset |
Specifies the peer type. Can be used to override the marshalling of a reference type.
Referenced by Codemesh.JuggerNET.PeerManager.ResolveMarshallerFromAttribute().