System.Runtime.Remoting.RemotingConfiguration.ConfigHandler.ReadServiceActivated C# (CSharp) Method

ReadServiceActivated() private method

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