프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public DllImportAttribute ( String dllName ) : System | ||
dllName | String | |
리턴 | System |