C# Class UnityEditor.Web.CrashReportingAccess

Inheritance: CloudServiceAccess
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
EnableService ( bool enabled ) : void
GetCaptureEditorExceptions ( ) : bool
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsServiceEnabled ( ) : bool
SetCaptureEditorExceptions ( bool captureEditorExceptions ) : void

Private Methods

Method Description
CrashReportingAccess ( ) : System

Method Details

EnableService() public method

public EnableService ( bool enabled ) : void
enabled bool
return void

GetCaptureEditorExceptions() public method

public GetCaptureEditorExceptions ( ) : bool
return bool

GetServiceDisplayName() public method

public GetServiceDisplayName ( ) : string
return string

GetServiceName() public method

public GetServiceName ( ) : string
return string

IsServiceEnabled() public method

public IsServiceEnabled ( ) : bool
return bool

SetCaptureEditorExceptions() public method

public SetCaptureEditorExceptions ( bool captureEditorExceptions ) : void
captureEditorExceptions bool
return void