Edit

Share via


GenerateMethodSerializersAttribute Class

Definition

When applied to an interface, specifies that support code should be generated to allow remoting of interface calls.

C#
[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class GenerateMethodSerializersAttribute : Attribute
Inheritance
GenerateMethodSerializersAttribute
Attributes

Constructors

Properties

IsExtension

Gets a value indicating whether this interface is an extension interface.

ProxyBase

Gets the base type which the source generator will use for generated proxy classes.

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

See also