5 types derived from MarshalByValueComponent
System.Data.Common (5)
System\Data\DataColumn.cs (1)
30
public class DataColumn :
MarshalByValueComponent
System\Data\DataSet.cs (1)
34
public class DataSet :
MarshalByValueComponent
, IListSource, IXmlSerializable, ISupportInitializeNotification, ISerializable
System\Data\DataTable.cs (1)
35
public class DataTable :
MarshalByValueComponent
, IListSource, ISupportInitializeNotification, ISerializable, IXmlSerializable
System\Data\DataView.cs (1)
24
public class DataView :
MarshalByValueComponent
, IBindingListView, System.ComponentModel.ITypedList, ISupportInitializeNotification
System\Data\DataViewManager.cs (1)
15
public class DataViewManager :
MarshalByValueComponent
, IBindingList, System.ComponentModel.ITypedList
3 references to MarshalByValueComponent
netstandard (1)
netstandard.cs (1)
377
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
MarshalByValueComponent
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
363
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
MarshalByValueComponent
))]
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MarshalByValueComponent.cs (1)
28
/// Initializes a new instance of the <see cref='System.ComponentModel.
MarshalByValueComponent
'/> class.