C# 클래스 BuildIt.UIHelper

파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
RegisterForUIAccess ( this requiresAccess, IRequiresUIAccess hasAccess ) : void
RunAsync ( this context, System.Action action ) : System.Threading.Tasks.Task
RunAsync ( this context, Func action ) : System.Threading.Tasks.Task

메소드 상세

RegisterForUIAccess() 공개 정적인 메소드

public static RegisterForUIAccess ( this requiresAccess, IRequiresUIAccess hasAccess ) : void
requiresAccess this
hasAccess IRequiresUIAccess
리턴 void

RunAsync() 공개 정적인 메소드

public static RunAsync ( this context, System.Action action ) : System.Threading.Tasks.Task
context this
action System.Action
리턴 System.Threading.Tasks.Task

RunAsync() 공개 정적인 메소드

public static RunAsync ( this context, Func action ) : System.Threading.Tasks.Task
context this
action Func
리턴 System.Threading.Tasks.Task