In This Article

ReflectionExtensions Class

Provides extension methods related to reflection.

public static class ReflectionExtensions
Inheritance:
Object Object

Methods

CreateTypeReference(IQualifiedName)

Creates a new ITypeReference for a qualified name.

public static ITypeReference CreateTypeReference(this IQualifiedName qualifiedName)
Parameter Type Description
qualifiedName IQualifiedName

The IQualifiedName for the type reference.

Returns

ITypeReference

Inherited Members