MethodInvokerAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 대상으로 하는 메시지를 매핑하는 방법을 알고 있는 클래스를 식별하여 CLR(조직) 인터페이스에 인터페이스 ID를 지정합니다.
[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 |
Orleans가 인터페이스에 할당한 ID를 가져옵니다. |
TargetType |
이 구현이 적용되는 형식을 가져옵니다. (다음에서 상속됨 GeneratedAttribute) |
TargetType |
이 구현이 적용되는 형식을 가져옵니다. (다음에서 상속됨 GrainSupportClassAttribute) |