System.Runtime.Remoting.RemotingConfiguration.ConfigHandler.ReadServiceActivated C# (CSharp) Méthode

ReadServiceActivated() private méthode

private ReadServiceActivated ( Mono.Xml.SmallXmlParser attrs ) : void
attrs Mono.Xml.SmallXmlParser
Résultat void
		void ReadServiceActivated (SmallXmlParser.IAttrList attrs)
		{
			string type = GetNotNull (attrs, "type");
			string assm = ExtractAssembly (ref type);
			
			typeEntries.Add (new ActivatedServiceTypeEntry (type, assm));
		}