Partager via


DebugHelpers.DumpTypePropertiesToString Method (Object)

 

Dumps the immediate property key/value pairs for an object into a string.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static string DumpTypePropertiesToString(
    object o
)
public:
static String^ DumpTypePropertiesToString(
    Object^ o
)
Public Shared Function DumpTypePropertiesToString (
    o As Object
) As String

Parameters

Return Value

Type: System.String

See Also

DebugHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top