C# 클래스 System.Runtime.CompilerServices.MethodImplAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
MethodCodeType MethodCodeType

공개 메소드들

메소드 설명
MethodImplAttribute ( ) : System
MethodImplAttribute ( MethodImplOptions methodImplOptions ) : System
MethodImplAttribute ( short value ) : System

비공개 메소드들

메소드 설명
MethodImplAttribute ( MethodImplAttributes methodImplAttributes ) : System

메소드 상세

MethodImplAttribute() 공개 메소드

public MethodImplAttribute ( ) : System
리턴 System

MethodImplAttribute() 공개 메소드

public MethodImplAttribute ( MethodImplOptions methodImplOptions ) : System
methodImplOptions MethodImplOptions
리턴 System

MethodImplAttribute() 공개 메소드

public MethodImplAttribute ( short value ) : System
value short
리턴 System

프로퍼티 상세

MethodCodeType 공개적으로 프로퍼티

public MethodCodeType MethodCodeType
리턴 MethodCodeType