Click or drag to resize

ReflectionExtensions Methods

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