Skip to content

Methods_T_CodeJam_Reflection_ReflectionExtensions

andrewvk edited this page Apr 7, 2016 · 11 revisions

ReflectionExtensions Methods

[This is preliminary documentation and is subject to change.]

The ReflectionExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member CreateInstance Creates instance of type with specified parameters.
Public methodStatic member GetDelegateParams Returns delegate parameter infos.
Public methodStatic member GetMemberType Gets the type of this member.
Public methodStatic member IsInstantiable Gets a value indicating whether the type can be instantiated.
Public methodStatic member IsInteger Checks if type is integer type.
Public methodStatic member IsNullable Gets a value indicating whether the type is Nullable<> type.
Public methodStatic member IsNumeric Checks if type is numeric type.
Public methodStatic member IsStatic Gets a value indicating whether the type is declared static.
Public methodStatic member IsSubClass Determines whether the type derives from the specified check.
Public methodStatic member ToUnderlying Returns the underlying type argument of the specified type.
  Back to Top

See Also

Reference

ReflectionExtensions Class
CodeJam.Reflection Namespace

Clone this wiki locally