C# Class System.Runtime.Remoting.ObjRef

Inheritance: IObjectReference, ISerializable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
IsFromThisAppDomain ( ) : bool
ObjRef ( ) : System
ObjRef ( MarshalByRefObject o, Type requestedType ) : System

Méthodes protégées

Méthode Description
ObjRef ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
CanSmuggle ( ) : bool
CreateSmuggleableCopy ( ) : ObjRef
GetAppDomainChannelData ( ) : CrossAppDomainData
GetChannelInfoHelper ( ) : IChannelInfo
GetCustomMarshaledCOMObject ( Object ret ) : Object
GetDomainID ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRealObject ( StreamingContext context ) : Object
GetRealObjectHelper ( ) : Object
GetServerContext ( int &domainId ) : IntPtr
GetServerDomainId ( ) : Int32
GetServerIdentity ( ) : GCHandle
HasProxyAttribute ( ) : bool
Init ( Object o, Identity idObj, Type requestedType ) : void
IsFromThisProcess ( ) : bool
IsMarshaledObject ( ) : bool
IsObjRefLite ( ) : bool
IsWellFormed ( ObjRef objectRef ) : bool
IsWellKnown ( ) : bool
ObjRef ( ObjRef o ) : System
SetDomainID ( int id ) : void
SetHasProxyAttribute ( ) : void
SetMarshaledObject ( ) : void
SetObjRefLite ( ) : void
SetServerIdentity ( GCHandle hndSrvIdentity ) : void
SetWellKnown ( ) : void
ShouldUseUrlObjRef ( ) : bool

Method Details

IsFromThisAppDomain() public méthode

public IsFromThisAppDomain ( ) : bool
Résultat bool

ObjRef() public méthode

public ObjRef ( ) : System
Résultat System

ObjRef() public méthode

public ObjRef ( MarshalByRefObject o, Type requestedType ) : System
o System.MarshalByRefObject
requestedType System.Type
Résultat System

ObjRef() protected méthode

protected ObjRef ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System