C# Class PHP.Core.LibrariesConfigurationList.AddLibraryInfo

Information about library being load to be loaded lazily.
Datei anzeigen Open project: jadu/Phalanger

Public Properties

Property Type Description
assemblyName string
assemblyUrl System.Uri
node System.Xml.XmlNode
sectionName string

Public Methods

Method Description
AddLibraryInfo ( string assemblyName, Uri assemblyUrl, string sectionName, XmlNode node ) : System

Method Details

AddLibraryInfo() public method

public AddLibraryInfo ( string assemblyName, Uri assemblyUrl, string sectionName, XmlNode node ) : System
assemblyName string
assemblyUrl System.Uri
sectionName string
node System.Xml.XmlNode
return System

Property Details

assemblyName public_oe property

public string assemblyName
return string

assemblyUrl public_oe property

public Uri,System assemblyUrl
return System.Uri

node public_oe property

public XmlNode,System.Xml node
return System.Xml.XmlNode

sectionName public_oe property

public string sectionName
return string