mscorlib(4.0.0.0) API with additions
IObjectReference.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Security
;
3
4
namespace
System.Runtime.Serialization
5
{
7
[ComVisible(
true
)]
8
public
interface
IObjectReference
9
{
14
[SecurityCritical]
15
object
GetRealObject
(
StreamingContext
context);
16
}
17
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.Serialization.IObjectReference
Indicates that the current interface implementer is a reference to another object.
Definition:
IObjectReference.cs:8
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Serialization.StreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Definition:
StreamingContext.cs:9
System.Runtime.Serialization.IObjectReference.GetRealObject
object GetRealObject(StreamingContext context)
Returns the real object that should be deserialized, rather than the object that the serialized strea...
System.Runtime.Serialization
Definition:
DeserializationEventHandler.cs:1
All cs
System.Runtime.Serialization
IObjectReference.cs
Generated by
1.8.15