C# 클래스 System.Runtime.InteropServices.DllImportAttribute

상속: Attribute
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BestFitMapping bool
CallingConvention CallingConvention
CharSet CharSet
EntryPoint String
ExactSpelling bool
PreserveSig bool
SetLastError bool
ThrowOnUnmappableChar bool

공개 메소드들

메소드 설명
DllImportAttribute ( String dllName ) : System

비공개 메소드들

메소드 설명
DllImportAttribute ( string dllName, string entryPoint, CharSet charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention callingConvention, bool bestFitMapping, bool throwOnUnmappableChar ) : System
GetCustomAttribute ( RuntimeMethodInfo method ) : Attribute
IsDefined ( RuntimeMethodInfo method ) : bool

메소드 상세

DllImportAttribute() 공개 메소드

public DllImportAttribute ( String dllName ) : System
dllName String
리턴 System

프로퍼티 상세

BestFitMapping 공개적으로 프로퍼티

public bool BestFitMapping
리턴 bool

CallingConvention 공개적으로 프로퍼티

public CallingConvention CallingConvention
리턴 CallingConvention

CharSet 공개적으로 프로퍼티

public CharSet CharSet
리턴 CharSet

EntryPoint 공개적으로 프로퍼티

public String EntryPoint
리턴 String

ExactSpelling 공개적으로 프로퍼티

public bool ExactSpelling
리턴 bool

PreserveSig 공개적으로 프로퍼티

public bool PreserveSig
리턴 bool

SetLastError 공개적으로 프로퍼티

public bool SetLastError
리턴 bool

ThrowOnUnmappableChar 공개적으로 프로퍼티

public bool ThrowOnUnmappableChar
리턴 bool