C# Class System.Runtime.Remoting.Activation.RemotingXmlConfigFileData

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
AddInteropXmlElementEntry ( String xmlElementName, String xmlElementNamespace, String urtTypeName, String urtAssemblyName ) : void
AddInteropXmlTypeEntry ( String xmlTypeName, String xmlTypeNamespace, String urtTypeName, String urtAssemblyName ) : void
AddPreLoadEntry ( String typeName, String assemblyName ) : void
AddRemoteAppEntry ( String appUri ) : RemoteAppEntry
AddServerActivatedEntry ( String typeName, String assemName, ArrayList contextAttributes ) : void
AddServerWellKnownEntry ( String typeName, String assemName, ArrayList contextAttributes, String objURI, WellKnownObjectMode objMode ) : ServerWellKnownEntry
TryToLoadTypeIfApplicable ( String typeName, String assemblyName ) : void