FileItemGetClassName Method

Returns the class name of this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string GetClassName()

Return Value

String
The class name of the object, or if the class does not have a name.

Implements

ICustomTypeDescriptorGetClassName

See Also