Skip to content

T_CommandLine_Core_ReflectionExtensions

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

ReflectionExtensions Class

Inheritance Hierarchy

System.Object
  CommandLine.Core.ReflectionExtensions
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

internal static class ReflectionExtensions

VB

<ExtensionAttribute>
Friend NotInheritable Class ReflectionExtensions

C++

[ExtensionAttribute]
internal ref class ReflectionExtensions abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ReflectionExtensions =  class end

The ReflectionExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member AutoDefault
Public methodStatic member CreateDefaultForImmutable
Public methodStatic member CreateEmptyArray
Private methodStatic member FlattenHierarchy
Public methodStatic member GetDefaultValue
Public methodStatic member GetSpecifications(T)
Public methodStatic member GetUsageData
Public methodStatic member GetVerbSpecification
Public methodStatic member InstanceProperty
Public methodStatic member IsMutable
Public methodStatic member IsPrimitiveEx
Private methodStatic member SafeGetInterfaces
Public methodStatic member SetProperties(T)
Private methodStatic member SetValue(T)
Public methodStatic member StaticMethod
Public methodStatic member StaticProperty
Public methodStatic member ToTargetType
Public methodStatic member ToTypeInfo
  Back to Top

See Also

Reference

CommandLine.Core Namespace

Clone this wiki locally