MethodInvokerAttribute Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Идентифицирует класс, который знает, как сопоставить сообщения, предназначенные для указания идентификатора интерфейса, с интерфейсом clR.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MethodInvokerAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MethodInvokerAttribute : Orleans.CodeGeneration.GrainSupportClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MethodInvokerAttribute = class
inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MethodInvokerAttribute = class
inherit GrainSupportClassAttribute
Public NotInheritable Class MethodInvokerAttribute
Inherits GeneratedAttribute
Public NotInheritable Class MethodInvokerAttribute
Inherits GrainSupportClassAttribute
- Наследование
- Наследование
- Атрибуты
Конструкторы
MethodInvokerAttribute(Type, Int32) |
Инициализирует новый экземпляр класса MethodInvokerAttribute. |
Свойства
InterfaceId |
Возвращает идентификатор, назначенный интерфейсу Орлеаном. |
TargetType |
Возвращает тип, к которому применяется эта реализация. (Унаследовано от GeneratedAttribute) |
TargetType |
Возвращает тип, к которому применяется эта реализация. (Унаследовано от GrainSupportClassAttribute) |