C# 클래스 Microsoft.Scripting.Generation.ParameterInfoWrapper

This helper type lets us build a fake ParameterInfo object with a specific type and name to pass along to methods that expect ParameterInfos. This is currently found useful for the NewTypeMaker code and may be useful in other situations as well.
상속: System.Reflection.ParameterInfo
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
ParameterInfoWrapper ( Type parameterType ) : System
ParameterInfoWrapper ( Type parameterType, string parameterName ) : System

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

ParameterInfoWrapper() 공개 메소드

public ParameterInfoWrapper ( Type parameterType ) : System
parameterType System.Type
리턴 System

ParameterInfoWrapper() 공개 메소드

public ParameterInfoWrapper ( Type parameterType, string parameterName ) : System
parameterType System.Type
parameterName string
리턴 System