GenerateMethodSerializersAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |