mscorlib(4.0.0.0) API with additions
IEnvoyInfo.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Runtime
.
Remoting
.
Messaging
;
3
using
System
.
Security
;
4
5
namespace
System.Runtime.Remoting
6
{
8
[ComVisible(
true
)]
9
public
interface
IEnvoyInfo
10
{
13
IMessageSink
EnvoySinks
14
{
15
[SecurityCritical]
16
get
;
17
[SecurityCritical]
18
set
;
19
}
20
}
21
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.Messaging
Definition:
ArgMapper.cs:5
System.Runtime.Remoting
Definition:
__HResults.cs:1
System.Runtime.Remoting.IEnvoyInfo.EnvoySinks
IMessageSink EnvoySinks
Gets or sets the list of envoys that were contributed by the server context and object chains when th...
Definition:
IEnvoyInfo.cs:14
System.Runtime.Remoting.IEnvoyInfo
Provides envoy information.
Definition:
IEnvoyInfo.cs:9
System.Runtime.Remoting.Messaging.IMessageSink
Defines the interface for a message sink.
Definition:
IMessageSink.cs:8
All cs
System.Runtime.Remoting
IEnvoyInfo.cs
Generated by
1.8.15