C# 클래스 StateMachineChecker, AsyncErrorHandler

파일 보기 프로젝트 열기: Fody/AsyncErrorHandler

공개 메소드들

메소드 설명
IsCompilerGenerated ( this typeDefinition ) : bool
IsIAsyncStateMachine ( this typeDefinition ) : bool
IsStateMachine ( this typeDefinition ) : bool

메소드 상세

IsCompilerGenerated() 공개 정적인 메소드

public static IsCompilerGenerated ( this typeDefinition ) : bool
typeDefinition this
리턴 bool

IsIAsyncStateMachine() 공개 정적인 메소드

public static IsIAsyncStateMachine ( this typeDefinition ) : bool
typeDefinition this
리턴 bool

IsStateMachine() 공개 정적인 메소드

public static IsStateMachine ( this typeDefinition ) : bool
typeDefinition this
리턴 bool