Click or drag to resize

SymbolicRefGetDescription Method (Object)

Get the description of an object which is a CodeObject or MemberReference/MemberInfo (or a string).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string GetDescription(
	Object object
)

Parameters

object
Type: SystemObject
The object to be described.

Return Value

Type: String
The string description of the object.
See Also