C# 클래스 Platform.Invoke.Attributes.SkipProbeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker

공개 프로퍼티들

프로퍼티 타입 설명
SkipActions ProbeActions

공개 메소드들

메소드 설명
SkipProbeAttribute ( ) : System

SkipProbeAttribute ( ProbeActions actions ) : System

메소드 상세

SkipProbeAttribute() 공개 메소드

public SkipProbeAttribute ( ) : System
리턴 System

SkipProbeAttribute() 공개 메소드

public SkipProbeAttribute ( ProbeActions actions ) : System
actions ProbeActions
리턴 System

프로퍼티 상세

SkipActions 공개적으로 프로퍼티

Actions to skip.
public ProbeActions SkipActions
리턴 ProbeActions