Class Module (3.0.0)

public sealed class Module : IMessage<Module>, IEquatable<Module>, IDeepCloneable<Module>, IBufferMessage, IMessage

Binary module.

Inheritance

Object > Module

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Constructors

Module()

public Module()

Module(Module)

public Module(Module other)
Parameter
NameDescription
otherModule

Properties

BuildId

public TruncatableString BuildId { get; set; }

A unique identifier for the module, usually a hash of its contents (up to 128 bytes).

Property Value
TypeDescription
TruncatableString

Module_

public TruncatableString Module_ { get; set; }

For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).

Property Value
TypeDescription
TruncatableString