Implemented interface member:
method
GetObjectData
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
2 overrides of GetObjectData
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
314public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
202public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();