Bagikan melalui


ITypeProvider.GetStaticParameters Method (F#)

Get the static parameters for a provided type.

Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
abstract this.GetStaticParameters : Type -> ParameterInfo []

// Usage:
iTypeProvider.GetStaticParameters (typeWithoutArguments)

Parameters

  • typeWithoutArguments
    Type: Type

    A type returned by GetTypes or ResolveTypeName

Return Value

An array of parameters.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0Supported in: 4.0, Portable

See Also

Reference

CompilerServices.ITypeProvider Interface (F#)

Microsoft.FSharp.Core.CompilerServices Namespace (F#)