Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

SystemInfo.AssemblyQualifiedName�Method�

Gets the fully qualified name of the Type, including the name of the assembly from which the Type was loaded.

[Visual�Basic]
Public�Shared�Function�AssemblyQualifiedName( _
���ByVal type�As�Type�_
)�As�String
[C#]
public�static�string�AssemblyQualifiedName(
���Typetype
);

Parameters

type
The Type to get the fully qualified name for.

Return Value

The fully qualified name for the Type.

Remarks

This is equivalent to the Type.AssemblyQualifiedName property, but this method works on the .NET Compact Framework 1.0 as well as the full .NET runtime.

See Also

SystemInfo Class | log4net.Util Namespace