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 methodStatic member CreateDefaultImmutableInstance(Type, Type[])
Public methodStatic member CreateDefaultImmutableInstance(T)(Type[])
Public methodStatic member GetAssemblyName
Public methodStatic member GetAssemblyVersion
Public methodStatic member GetAttribute(TAttribute)
Private methodStatic member GetExecutingOrEntryAssembly
Public methodStatic member GetNamesOfEnum
Public methodStatic member IsFSharpOptionType
Public methodStatic member SetAttributeOverride Assembly attribute overrides for testing.
  Back to Top

See Also

Reference

CommandLine.Infrastructure Namespace

Clone this wiki locally