Click or drag to resize

ReflectionExtensions Class

Various Reflection extensions
Inheritance Hierarchy
SystemObject
  CSScriptLibReflectionExtensions

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public static class ReflectionExtensions

The ReflectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateObject
Creates instance of a class from underlying assembly.
Public methodStatic memberDirectory
Returns directory where the specified assembly file is.
Public methodStatic memberGetName
Gets the name of the type.
Public methodStatic memberIsDynamic
Determines whether the assembly is dynamic.
Public methodStatic memberLocation
Returns location of the specified assembly. Avoids throwing an exception in case of dynamic assembly.
Top
See Also