mscorlib(4.0.0.0) API with additions
ContextBoundObject.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
abstract
class
ContextBoundObject
:
MarshalByRefObject
9
{
10
}
11
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.ContextBoundObject
Defines the base class for all context-bound classes.
Definition:
ContextBoundObject.cs:8
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.MarshalByRefObject
Enables access to objects across application domain boundaries in applications that support remoting.
Definition:
MarshalByRefObject.cs:15
All cs
System
ContextBoundObject.cs
Generated by
1.8.15