C# 클래스 System.Runtime.Remoting.ObjRef

상속: IObjectReference, ISerializable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
IsFromThisAppDomain ( ) : bool
ObjRef ( ) : System
ObjRef ( MarshalByRefObject o, Type requestedType ) : System

보호된 메소드들

메소드 설명
ObjRef ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

IsFromThisAppDomain() 공개 메소드

public IsFromThisAppDomain ( ) : bool
리턴 bool

ObjRef() 공개 메소드

public ObjRef ( ) : System
리턴 System

ObjRef() 공개 메소드

public ObjRef ( MarshalByRefObject o, Type requestedType ) : System
o System.MarshalByRefObject
requestedType System.Type
리턴 System

ObjRef() 보호된 메소드

protected ObjRef ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System