IInternalConfigHost.GetConfigTypeName(Type) Method

Definition

Returns a string representing a type name from the Type object representing the type of the configuration.

public:
 System::String ^ GetConfigTypeName(Type ^ t);
public string GetConfigTypeName (Type t);
abstract member GetConfigTypeName : Type -> string
Public Function GetConfigTypeName (t As Type) As String

Parameters

t
Type

A Type object.

Returns

A string representing the type name from a Type object representing the type of the configuration.

Applies to