C# Class System.MarshalByRefObject

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CanCastToXmlType bool
CanCastToXmlTypeHelper bool
CreateObjRef System.Runtime.Remoting.ObjRef
GetIdentity System.Runtime.Remoting.Identity
GetIdentity System.Runtime.Remoting.Identity
GetLifetimeService Object
InitializeLifetimeService Object
InvokeMember Object
IsInstanceOfType bool
__RaceSetServerIdentity ServerIdentity
__ResetServerIdentity void

Protected Methods

Method Description
MemberwiseClone ( bool cloneIdentity ) : MarshalByRefObject

Private Methods

Method Description
CanCastToXmlType ( String xmlTypeName, String xmlTypeNamespace ) : bool
CanCastToXmlTypeHelper ( Type castType, MarshalByRefObject o ) : bool
CreateObjRef ( Type requestedType ) : ObjRef
GetIdentity ( MarshalByRefObject obj ) : Identity
GetIdentity ( MarshalByRefObject obj, bool &fServer ) : Identity
GetLifetimeService ( ) : Object
InitializeLifetimeService ( ) : Object
InvokeMember ( String name, BindingFlags invokeAttr, Binder binder, Object args, ParameterModifier modifiers, System.Globalization.CultureInfo culture, String namedParameters ) : Object
IsInstanceOfType ( Type T ) : bool
__RaceSetServerIdentity ( ServerIdentity id ) : ServerIdentity
__ResetServerIdentity ( ) : void

Method Details

MemberwiseClone() protected method

protected MemberwiseClone ( bool cloneIdentity ) : MarshalByRefObject
cloneIdentity bool
return MarshalByRefObject