Click or drag to resize

HelperGetProperties Method (StringBuilder, Object, String)

Read all properties of object

Namespace:  VMInfoFace.Interface
Assembly:  VMInfoFace.Interface (in VMInfoFace.Interface.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
internal static void GetProperties(
	this StringBuilder pText,
	Object pObject,
	string pObjectName = ""
)

Parameters

pText
Type: System.TextStringBuilder
Protocol object for properties and his values
pObject
Type: SystemObject
Object to reads property and his value
pObjectName (Optional)
Type: SystemString
Prefix bevor property line

Return Value

Type: 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StringBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also