C# Класс Microsoft.CodeAnalysis.Sarif.FileData

Наследование: PropertyBagHolder, ISarifNode
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Открытые методы

Метод Описание
Create ( Uri uri, bool computeHashes ) : FileData
DeepClone ( ) : FileData

Creates a deep copy of this instance.

FileData ( ) : System

Initializes a new instance of the FileData class.

FileData ( FileData other ) : System

Initializes a new instance of the FileData class from the specified instance.

FileData ( Uri uri, string uriBaseId, string parentKey, int offset, int length, string mimeType, string contents, IEnumerable hashes, SerializedPropertyInfo>.IDictionary properties ) : System

Initializes a new instance of the FileData class from the supplied values.

ValueEquals ( FileData other ) : bool
ValueGetHashCode ( ) : int

Приватные методы

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, string parentKey, int offset, int length, string mimeType, string contents, IEnumerable hashes, SerializedPropertyInfo>.IDictionary properties ) : void

Описание методов

Create() публичный статический Метод

public static Create ( Uri uri, bool computeHashes ) : FileData
uri System.Uri
computeHashes bool
Результат FileData

DeepClone() публичный Метод

Creates a deep copy of this instance.
public DeepClone ( ) : FileData
Результат FileData

FileData() публичный Метод

Initializes a new instance of the FileData class.
public FileData ( ) : System
Результат System

FileData() публичный Метод

Initializes a new instance of the FileData class from the specified instance.
/// Thrown if is null. ///
public FileData ( FileData other ) : System
other FileData /// The instance from which the new instance is to be initialized. ///
Результат System

FileData() публичный Метод

Initializes a new instance of the FileData class from the supplied values.
public FileData ( Uri uri, string uriBaseId, string parentKey, int offset, int length, string mimeType, string contents, IEnumerable hashes, SerializedPropertyInfo>.IDictionary properties ) : System
uri System.Uri /// An initialization value for the property. ///
uriBaseId string /// An initialization value for the property. ///
parentKey string /// An initialization value for the property. ///
offset int /// An initialization value for the property. ///
length int /// An initialization value for the property. ///
mimeType string /// An initialization value for the property. ///
contents string /// An initialization value for the property. ///
hashes IEnumerable /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
Результат System

ValueEquals() публичный Метод

public ValueEquals ( FileData other ) : bool
other FileData
Результат bool

ValueGetHashCode() публичный Метод

public ValueGetHashCode ( ) : int
Результат int