class When applied to a type or method, specifies a well-known name which can be used to identify that type or method.
class Specifies an assembly to be added as an application part.
class When applied to a type, indicates that the type should be encoded as a relation from a specified type.
class Applied to proxy base types and to attribute types used on invokable interface methods to specify the base type for the invokable object which represents a method call.
class Applied to proxy base types and to attribute types used on invokable interface methods to specify the base type for the invokable object which represents a method call.
class Indicates that the source generator should also inspect and generate code for the assembly containing the specified type.
class When applied to a constructor, indicates that generated activator implementations should use that constructor when activating instances.
enum This enum provides options for controlling the field id generation logic.
class When applied to an interface, specifies that support code should be generated to allow remoting of interface calls.
class When applied to a type, specifies that the type is intended to be serialized and that serialization code should be generated for the type.
class Applied to method attributes on invokable interfaces to specify the name of the method to call to get a completion source which is submitted to the submit method and eventually returned to the caller.
interface Functionality for converting between two types.
class Specifies the unique identity of a member.
class Indicates that the type, type member, parameter, or return value which it is applied to should be treated as immutable and therefore that defensive copies are never required. When applied to non-sealed classes, derived types are not guaranteed to be immutable.
class Applied to attribute types used on invokable interface methods to specify the base type for the invokable object which represents a method call.
class Applied to interface method attribute types to specify a method to be called on invokable objects which are created when invoking that interface method.
class Applied to method attributes on invokable interfaces to specify the name of the method on the base type to call when submitting a request.
interface Functionality for populating one type from another.
class When applied to a type, indicates that generated serializers for the type should avoid serializing members if the member value is equal to its default value.
class Specifies the constructor the serializer should use when creating new instances from serialized data.
class When applied to a type, indicates that the type is an activator and that it should be automatically registered.
class When applied to a type, indicates that the type is a converter and that it should be automatically registered.
class When applied to a type, indicates that the type is an copier and that it should be automatically registered.
class When applied to a type, indicates that the type is a provider and that it should be automatically registered.
class When applied to a type, indicates that the type is a serializer and that it should be automatically registered.
class Specifies the response timeout for the interface method which it is specified on.
class Specifies a type to be instantiated and invoked when performing serialization operations on instances of the type which this attribute is attached to.
class Indicates that the specific type is invisible for serialization purposes. Usable only on abstract types with no serialized fields and effectively removes it from the inheritance hierarchy. Adding/removing this attribute from a type will cause serialization protocol level incompatibility (like type hierarchy changes).
class When applied to a type, indicates that generated serializers for the type should not track references to the type.
class When applied to a type, indicates that the type should be activated using a registered activator rather than via its constructor or another mechanism.