C# 클래스 ExcelDna.Loader.XlParameterInfo

파일 보기 프로젝트 열기: Excel-DNA/ExcelDna 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowReference bool
BoxedValueType System.Type
DelegateParamType System.Type
Description string
MarshalAsAttribute System.Reflection.Emit.CustomAttributeBuilder
Name string
XlType string

공개 메소드들

메소드 설명
SetAttributeInfo ( object attrib ) : void
SetTypeInfo ( Type type, bool isReturnType, bool isExceptionSafe ) : void
XlParameterInfo ( ParameterInfo paramInfo, object attrib ) : System
XlParameterInfo ( Type type, bool isReturnType, bool isExceptionSafe ) : System

비공개 메소드들

메소드 설명
GetMarshalAsAttribute ( Type marshalTypeRef ) : CustomAttributeBuilder
GetMarshalAsAttribute ( Type marshalTypeRef, string marshalCookie ) : CustomAttributeBuilder
GetMarshalAsAttribute ( UnmanagedType unmanagedType ) : CustomAttributeBuilder
SetTypeInfo12 ( Type type, bool isReturnType, bool isExceptionSafe ) : void
SetTypeInfo4 ( Type type, bool isReturnType, bool isExceptionSafe ) : void

메소드 상세

SetAttributeInfo() 공개 메소드

public SetAttributeInfo ( object attrib ) : void
attrib object
리턴 void

SetTypeInfo() 공개 메소드

public SetTypeInfo ( Type type, bool isReturnType, bool isExceptionSafe ) : void
type System.Type
isReturnType bool
isExceptionSafe bool
리턴 void

XlParameterInfo() 공개 메소드

public XlParameterInfo ( ParameterInfo paramInfo, object attrib ) : System
paramInfo System.Reflection.ParameterInfo
attrib object
리턴 System

XlParameterInfo() 공개 메소드

public XlParameterInfo ( Type type, bool isReturnType, bool isExceptionSafe ) : System
type System.Type
isReturnType bool
isExceptionSafe bool
리턴 System

프로퍼티 상세

AllowReference 공개적으로 프로퍼티

public bool AllowReference
리턴 bool

BoxedValueType 공개적으로 프로퍼티

public Type,System BoxedValueType
리턴 System.Type

DelegateParamType 공개적으로 프로퍼티

public Type,System DelegateParamType
리턴 System.Type

Description 공개적으로 프로퍼티

public string Description
리턴 string

MarshalAsAttribute 공개적으로 프로퍼티

public CustomAttributeBuilder,System.Reflection.Emit MarshalAsAttribute
리턴 System.Reflection.Emit.CustomAttributeBuilder

Name 공개적으로 프로퍼티

public string Name
리턴 string

XlType 공개적으로 프로퍼티

public string XlType
리턴 string