Method |
Description |
|
Deserialize ( Stream s ) : HardwareItemDescriptionControlDriverPlatformPhysicalMemory |
|
|
Deserialize ( string input ) : HardwareItemDescriptionControlDriverPlatformPhysicalMemory |
|
|
Deserialize ( string input, HardwareItemDescriptionControlDriverPlatformPhysicalMemory &obj ) : bool |
|
|
Deserialize ( string input, HardwareItemDescriptionControlDriverPlatformPhysicalMemory &obj, Exception &exception ) : bool |
Deserializes workflow markup into an HardwareItemDescriptionControlDriverPlatformPhysicalMemory object |
|
LoadFromFile ( string fileName ) : HardwareItemDescriptionControlDriverPlatformPhysicalMemory |
|
|
LoadFromFile ( string fileName, HardwareItemDescriptionControlDriverPlatformPhysicalMemory &obj ) : bool |
|
|
LoadFromFile ( string fileName, HardwareItemDescriptionControlDriverPlatformPhysicalMemory &obj, Exception &exception ) : bool |
Deserializes xml markup from file into an HardwareItemDescriptionControlDriverPlatformPhysicalMemory object |
|
SaveToFile ( string fileName, Exception &exception ) : bool |
Serializes current HardwareItemDescriptionControlDriverPlatformPhysicalMemory object into file |
|
SaveToFile ( string fileName ) : void |
|
|
Serialize ( ) : string |
Serializes current HardwareItemDescriptionControlDriverPlatformPhysicalMemory object into an XML string |
|