C# 클래스 Microsoft.CodeAnalysis.Sarif.FileData

상속: PropertyBagHolder, ISarifNode
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

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