Skip to content

DefaultInvokeMethodNameAttribute Properties

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.

MethodName

get
View source
public string MethodName
Gets the name of the method on the proxy base type to call when methods are invoked.

ReturnType

get
View source
public Type ReturnType
Gets the interface method return type which this attribute applies to.