Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim node As XElement
Dim type As Type
Dim returnValue As Object
returnValue = Argument.Deserialize(node, type)
|
Syntax
Visual Basic |
Protected Shared Function Deserialize ( _
node As XElement, _
type As Type _
) As Object
|
C# |
protected static Object Deserialize (
XElement node,
Type type
)
|
C++ |
protected:
static Object^ Deserialize (
XElement^ node,
Type^ type
)
|
J# |
protected static Object Deserialize (
XElement node,
Type type
)
|
JScript |
protected static function Deserialize (
node : XElement,
type : Type
) : Object
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also