C# 클래스 Amazon.Util.Internal.InternalSDKUtils

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AsyncExecutor ( System.Action action, AsyncOptions options ) : void
DetermineFramework ( ) : string
DetermineOS ( ) : string
DetermineOSVersion ( ) : string
DetermineRuntime ( ) : string
GetMonoRuntimeVersion ( ) : string
GetValidSubstringOrUnknown ( string str, int start, int end ) : string
PlatformUserAgent ( ) : string
SafeExecute ( System.Action action ) : void

비공개 메소드들

메소드 설명
GetTypeFromUnityEngine ( string typeName ) : Type

메소드 상세

AsyncExecutor() 공개 정적인 메소드

public static AsyncExecutor ( System.Action action, AsyncOptions options ) : void
action System.Action
options AsyncOptions
리턴 void

DetermineFramework() 공개 정적인 메소드

public static DetermineFramework ( ) : string
리턴 string

DetermineOS() 공개 정적인 메소드

public static DetermineOS ( ) : string
리턴 string

DetermineOSVersion() 공개 정적인 메소드

public static DetermineOSVersion ( ) : string
리턴 string

DetermineRuntime() 공개 정적인 메소드

public static DetermineRuntime ( ) : string
리턴 string

GetMonoRuntimeVersion() 공개 정적인 메소드

public static GetMonoRuntimeVersion ( ) : string
리턴 string

GetValidSubstringOrUnknown() 공개 정적인 메소드

public static GetValidSubstringOrUnknown ( string str, int start, int end ) : string
str string
start int
end int
리턴 string

PlatformUserAgent() 공개 정적인 메소드

public static PlatformUserAgent ( ) : string
리턴 string

SafeExecute() 공개 정적인 메소드

public static SafeExecute ( System.Action action ) : void
action System.Action
리턴 void