C# Class System.Runtime.Remoting.RemotingConfigHandler.RemotingConfigInfo

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Methods

Méthode Description
ActivationAllowed ( String typeName, String assemblyName ) : bool
AddActivatedClientType ( ActivatedClientTypeEntry entry ) : void
AddActivatedType ( String typeName, String assemblyName, IContextAttribute contextAttributes ) : void
AddWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
AddWellKnownEntry ( WellKnownServiceTypeEntry entry ) : void
AddWellKnownEntry ( WellKnownServiceTypeEntry entry, bool fReplace ) : void
CheckForRedirectedClientType ( String typeName, String asmName ) : bool
CheckForServiceEntryWithType ( String typeName, String asmName ) : bool
CheckForWellKnownServiceEntryWithType ( String typeName, String asmName ) : bool
CreateContextAttributesFromConfigEntries ( ArrayList contextAttributes ) : IContextAttribute[]
EncodeTypeAndAssemblyNames ( String typeName, String assemblyName ) : String
GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[]
GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[]
GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[]
GetServerTypeForUri ( String URI ) : Type
LoadType ( String typeName, String assemblyName ) : Type
QueryConnect ( String typeName, String assemblyName ) : WellKnownClientTypeEntry
QueryRemoteActivate ( String typeName, String assemblyName ) : ActivatedClientTypeEntry
RemotingConfigInfo ( ) : System.Runtime.Remoting.Activation
StartupWellKnownObject ( String URI ) : ServerIdentity
StartupWellKnownObject ( String asmName, String svrTypeName, String URI, WellKnownObjectMode mode ) : ServerIdentity
StartupWellKnownObject ( String asmName, String svrTypeName, String URI, WellKnownObjectMode mode, bool fReplace ) : ServerIdentity
StoreActivatedExports ( RemotingXmlConfigFileData configData ) : void
StoreInteropEntries ( RemotingXmlConfigFileData configData ) : void
StoreRemoteAppEntries ( RemotingXmlConfigFileData configData ) : void
StoreWellKnownExports ( RemotingXmlConfigFileData configData ) : void