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

상속: Attribute
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
BestFitMapping bool
CharSet CharSet
SetLastError bool
ThrowOnUnmappableChar bool

공개 메소드들

메소드 설명
UnmanagedFunctionPointerAttribute ( CallingConvention callingConvention ) : System

메소드 상세

UnmanagedFunctionPointerAttribute() 공개 메소드

public UnmanagedFunctionPointerAttribute ( CallingConvention callingConvention ) : System
callingConvention CallingConvention
리턴 System

프로퍼티 상세

BestFitMapping 공개적으로 프로퍼티

public bool BestFitMapping
리턴 bool

CharSet 공개적으로 프로퍼티

public CharSet CharSet
리턴 CharSet

SetLastError 공개적으로 프로퍼티

public bool SetLastError
리턴 bool

ThrowOnUnmappableChar 공개적으로 프로퍼티

public bool ThrowOnUnmappableChar
리턴 bool