Class RpcInstanceFromKeyMethodAttribute
Represents class or interface attribute that determines which method should be used for conversion from RPC key
Namespace: TSD.Attributes
Assembly: TSD.API.Remoting.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public sealed class RpcInstanceFromKeyMethodAttribute : Attribute
Constructors
| Name | Description |
|---|---|
| RpcInstanceFromKeyMethodAttribute(Type, string) | Constructs the RpcInstanceFromKeyMethodAttribute instance |
Properties
| Name | Description |
|---|---|
| MethodInfo | Gets the information about referenced conversion method |