Infohazard.Core 1.4.1
Infohazard Core Utility Library
Loading...
Searching...
No Matches
Infohazard.Core.TypeUtility Class Reference

Contains utilities for working with C# reflection types and getting a type by its name. More...

Static Public Member Functions

static Type GetType (string fullName)
 Get a type given its full name (including namespace). More...
 

Properties

static Assembly[] AllAssemblies [get]
 Returns an array of all loaded assemblies. More...
 
static IEnumerable< Type > AllTypes [get]
 Returns an enumeration of all loaded types. More...
 

Detailed Description

Contains utilities for working with C# reflection types and getting a type by its name.

Member Function Documentation

◆ GetType()

static Type Infohazard.Core.TypeUtility.GetType ( string  fullName)
static

Get a type given its full name (including namespace).

Parameters
fullNameName of the type including namespace.
Returns
The found type, or null.

Property Documentation

◆ AllAssemblies

Assembly [] Infohazard.Core.TypeUtility.AllAssemblies
staticget

Returns an array of all loaded assemblies.

◆ AllTypes

IEnumerable<Type> Infohazard.Core.TypeUtility.AllTypes
staticget

Returns an enumeration of all loaded types.


The documentation for this class was generated from the following file: