Class StreamListenerMethod
public class StreamListenerMethod : IStreamListenerMethod
- Inheritance
-
StreamListenerMethod
- Implements
- Inherited Members
Constructors
StreamListenerMethod(MethodInfo, StreamListenerAttribute)
public StreamListenerMethod(MethodInfo method, StreamListenerAttribute attribute)
Parameters
method
MethodInfoattribute
StreamListenerAttribute
Properties
Attribute
public StreamListenerAttribute Attribute { get; }
Property Value
ImplementationType
public Type ImplementationType { get; }
Property Value
Method
public MethodInfo Method { get; }