Skip to content

T_CommandLine_Infrastructure_ReflectionHelper

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ReflectionHelper Class

Inheritance Hierarchy

System.Object
  CommandLine.Infrastructure.ReflectionHelper
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

internal static class ReflectionHelper

VB

Friend NotInheritable Class ReflectionHelper

C++

internal ref class ReflectionHelper abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type ReflectionHelper =  class end

The ReflectionHelper type exposes the following members.

Methods

 

Name Description
Public method Static member CreateDefaultImmutableInstance(Type, Type[])
Public method Static member CreateDefaultImmutableInstance(T)(Type[])
Public method Static member GetAssemblyName
Public method Static member GetAssemblyVersion
Public method Static member GetAttribute(TAttribute)
Private method Static member GetExecutingOrEntryAssembly
Public method Static member GetNamesOfEnum
Public method Static member IsFSharpOptionType
Public method Static member SetAttributeOverride Assembly attribute overrides for testing.
  Back to Top

See Also

Reference

CommandLine.Infrastructure Namespace

Clone this wiki locally