Show / Hide Table of Contents

Class DebuggerResource

The "debugger" collection of methods.

Inheritance
object
DebuggerResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class DebuggerResource

Constructors

DebuggerResource(IClientService)

Constructs a new resource.

Declaration
public DebuggerResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Debuggees

Gets the Debuggees resource.

Declaration
public virtual DebuggerResource.DebuggeesResource Debuggees { get; }
Property Value
Type Description
DebuggerResource.DebuggeesResource
In This Article
Back to top Generated by DocFX