C# Class UnityEditor.Web.CrashReportingAccess

Inheritance: CloudServiceAccess
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
EnableService ( bool enabled ) : void
GetCaptureEditorExceptions ( ) : bool
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsServiceEnabled ( ) : bool
SetCaptureEditorExceptions ( bool captureEditorExceptions ) : void

Private Methods

Méthode Description
CrashReportingAccess ( ) : System

Method Details

EnableService() public méthode

public EnableService ( bool enabled ) : void
enabled bool
Résultat void

GetCaptureEditorExceptions() public méthode

public GetCaptureEditorExceptions ( ) : bool
Résultat bool

GetServiceDisplayName() public méthode

public GetServiceDisplayName ( ) : string
Résultat string

GetServiceName() public méthode

public GetServiceName ( ) : string
Résultat string

IsServiceEnabled() public méthode

public IsServiceEnabled ( ) : bool
Résultat bool

SetCaptureEditorExceptions() public méthode

public SetCaptureEditorExceptions ( bool captureEditorExceptions ) : void
captureEditorExceptions bool
Résultat void