C# Class PHP.Core.LibrariesConfigurationList.AddLibraryInfo

Information about library being load to be loaded lazily.
Afficher le fichier Open project: jadu/Phalanger

Méthodes publiques

Свойство Type Description
assemblyName string
assemblyUrl System.Uri
node System.Xml.XmlNode
sectionName string

Méthodes publiques

Méthode Description
AddLibraryInfo ( string assemblyName, Uri assemblyUrl, string sectionName, XmlNode node ) : System

Method Details

AddLibraryInfo() public méthode

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

Property Details

assemblyName public_oe property

public string assemblyName
Résultat string

assemblyUrl public_oe property

public Uri,System assemblyUrl
Résultat System.Uri

node public_oe property

public XmlNode,System.Xml node
Résultat System.Xml.XmlNode

sectionName public_oe property

public string sectionName
Résultat string