Skip to content

GenerateMethodSerializersAttribute Properties

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

IsExtension

get
View source
public bool IsExtension
Gets a value indicating whether this interface is an extension interface.

Property value

true if this instance is extension; otherwise, false.

ProxyBase

get
View source
public Type ProxyBase
Gets the base type which the source generator will use for generated proxy classes.

Property value

The proxy base type.