mscorlib(4.0.0.0) API with additions
WellKnownObjectMode.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.Remoting
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
WellKnownObjectMode
9
{
11
Singleton
= 1,
13
SingleCall
14
}
15
}
System.Runtime.Remoting.WellKnownObjectMode
WellKnownObjectMode
Defines how well-known objects are activated.
Definition:
WellKnownObjectMode.cs:8
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting
Definition:
__HResults.cs:1
System.Runtime.Remoting.WellKnownObjectMode.SingleCall
Every incoming message is serviced by a new object instance.
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Runtime.Remoting.WellKnownObjectMode.Singleton
Every incoming message is serviced by the same object instance.
All cs
System.Runtime.Remoting
WellKnownObjectMode.cs
Generated by
1.8.15