6 types derived from MarshalByValueComponent
System.Data (5)
fx\src\data\System\Data\DataColumn.cs (1)
33
public class DataColumn :
MarshalByValueComponent
{
fx\src\data\System\Data\DataSet.cs (1)
46
public class DataSet :
MarshalByValueComponent
, System.ComponentModel.IListSource, IXmlSerializable, ISupportInitializeNotification, ISerializable {
fx\src\data\System\Data\DataTable.cs (1)
39
public class DataTable :
MarshalByValueComponent
, System.ComponentModel.IListSource, ISupportInitializeNotification, ISerializable, IXmlSerializable{
fx\src\data\System\Data\DataView.cs (1)
30
public class DataView :
MarshalByValueComponent
, IBindingListView , System.ComponentModel.ITypedList, ISupportInitializeNotification {
fx\src\data\System\Data\DataViewManager.cs (1)
21
public class DataViewManager :
MarshalByValueComponent
, IBindingList, System.ComponentModel.ITypedList {
System.Web.Services (1)
System\Web\Services\WebService.cs (1)
26
public class WebService :
MarshalByValueComponent
{
1 reference to MarshalByValueComponent
System (1)
compmod\system\componentmodel\MarshalByValueComponent.cs (1)
36
/// <para>Initializes a new instance of the <see cref='System.ComponentModel.
MarshalByValueComponent
'/> class.</para>