Gets the fully qualified name of the  Type, including 
            the name of the assembly from which the
Type, including 
            the name of the assembly from which the  Type was 
            loaded.
Type was 
            loaded.
            
Namespace: log4net.Util Type, including 
            the name of the assembly from which the
Type, including 
            the name of the assembly from which the  Type was 
            loaded.
Type was 
            loaded.
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- type
- Type:  System Type System Type
 The Type to get the fully qualified name for. Type to get the fully qualified name for.
Return Value
Type: String
StringThe fully qualified name for the
 Type.
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