Метод | Описание | |
---|---|---|
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. | |
Результат |
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 |
Результат | string |
public static SetID ( System.Xml.Linq.XElement &xe ) : System.Guid | ||
xe | System.Xml.Linq.XElement | |
Результат | System.Guid |