Méthode | Description | |
---|---|---|
ExtractMetaData ( System.Xml.Linq.XElement xe, |
Extracts the meta data.
|
|
ExtractValue ( System.Xml.Linq.XElement xe, string elementName, bool useElementSafe = false ) : string |
Extracts the value.
|
|
SetID ( System.Xml.Linq.XElement &xe ) : System.Guid |
public static ExtractMetaData ( System.Xml.Linq.XElement xe, |
||
xe | System.Xml.Linq.XElement | The executable. |
obj | The object. | |
Résultat |
public static ExtractValue ( System.Xml.Linq.XElement xe, string elementName, bool useElementSafe = false ) : string | ||
xe | System.Xml.Linq.XElement | The executable. |
elementName | string | Name of the element. |
useElementSafe | bool | if set to |
Résultat | string |
public static SetID ( System.Xml.Linq.XElement &xe ) : System.Guid | ||
xe | System.Xml.Linq.XElement | |
Résultat | System.Guid |