mscorlib(4.0.0.0) API with additions
IContributeDynamicSink.cs
2 using System.Security;
3 
5 {
7  [ComVisible(true)]
8  public interface IContributeDynamicSink
9  {
12  [SecurityCritical]
14  }
15 }
Definition: __Canon.cs:3
IDynamicMessageSink GetDynamicSink()
Returns the message sink that will be notified of call start and finish events through the T:System....
Indicates that the implementing property will be registered at runtime through the M:System....
Indicates that the implementing message sink will be provided by dynamically registered properties.