GenerateMethodSerializersAttribute Class

Definition

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

[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class GenerateMethodSerializersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=true)>]
type GenerateMethodSerializersAttribute = class
    inherit Attribute
Public NotInheritable Class GenerateMethodSerializersAttribute
Inherits Attribute
Inheritance
GenerateMethodSerializersAttribute
Attributes

Constructors

GenerateMethodSerializersAttribute(Type, Boolean)

Initializes a new instance of the GenerateMethodSerializersAttribute class.

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

See also