15 lines
332 B
C#
15 lines
332 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace System
|
|
{
|
|
/// <summary>Defines the base class for all context-bound classes.</summary>
|
|
/// <filterpriority>2</filterpriority>
|
|
// Token: 0x0200064C RID: 1612
|
|
[ComVisible(true)]
|
|
[Serializable]
|
|
public abstract class ContextBoundObject : MarshalByRefObject
|
|
{
|
|
}
|
|
}
|