Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6488 from stephentoub/add_objref_mscorlib
Browse files Browse the repository at this point in the history
Add IObjectReference to mscorlib ref assembly
  • Loading branch information
stephentoub authored Jul 27, 2016
2 parents a734248 + 037cf33 commit 50d9704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mscorlib/ref/mscorlib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11314,6 +11314,11 @@ public interface IFormatterConverter
DateTime ToDateTime(object value);
String ToString(object value);
}
[System.Runtime.InteropServices.ComVisible(true)]
public interface IObjectReference
{
object GetRealObject(StreamingContext context);
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public interface ISerializable
{
Expand Down

0 comments on commit 50d9704

Please sign in to comment.