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

Commit 50d9704

Browse files
authored
Merge pull request #6488 from stephentoub/add_objref_mscorlib
Add IObjectReference to mscorlib ref assembly
2 parents a734248 + 037cf33 commit 50d9704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mscorlib/ref/mscorlib.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11314,6 +11314,11 @@ public interface IFormatterConverter
1131411314
DateTime ToDateTime(object value);
1131511315
String ToString(object value);
1131611316
}
11317+
[System.Runtime.InteropServices.ComVisible(true)]
11318+
public interface IObjectReference
11319+
{
11320+
object GetRealObject(StreamingContext context);
11321+
}
1131711322
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
1131811323
public interface ISerializable
1131911324
{

0 commit comments

Comments
 (0)