BuildMaster SDK Reference
Version:

SystemEntryInfo Class

Represents an entry in a file system.

Inheritance Hierarchy

Syntax

public class SystemEntryInfo : IComparable<SystemEntryInfo>, System.IComparable, IEquatable<SystemEntryInfo>, System.Runtime.Serialization.ISerializable

Properties

Name Description
Name

Gets the name of the entry.

Path

Gets the path of the entry.

Methods

Name Description
Equals(SystemEntryInfo other)

Indicates whether the current object is equal to another object of the same type.

Equals(object obj)

Determines whether the specified System.Object is equal to this instance.

GetHashCode

Returns a hash code for this instance.

GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)

Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

ToString

Returns a System.String that represents this instance.

Remarks

This class may represent anything with a name and a path, but is typically a file or directory on a disk.