SystemInfo AssemblyQualifiedName Method Apache log4net™ SDK Documentation
Gets the fully qualified name of the OnlineType, including the name of the assembly from which the OnlineType was loaded.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static string AssemblyQualifiedName(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The OnlineType to get the fully qualified name for.

Return Value

Type: OnlineString
The fully qualified name for the OnlineType.
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