InvokeMethodNameAttribute 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.
Applied to method attributes on invokable interfaces to specify the name of the method on the base type to call when submitting a request.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class InvokeMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type InvokeMethodNameAttribute = class
inherit Attribute
Public NotInheritable Class InvokeMethodNameAttribute
Inherits Attribute
- Inheritance
-
InvokeMethodNameAttribute
- Attributes
Constructors
InvokeMethodNameAttribute(String) |
Initializes a new instance of the InvokeMethodNameAttribute class. |
Properties
InvokeMethodName |
Gets the name of the invoke method. |