FileInformation Constructor (Guid, Int32, array<Byte )
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
repositoryId As Guid, _
fileId As Integer, _
hashValue As Byte() _
)
public FileInformation(
Guid repositoryId,
int fileId,
byte[] hashValue
)
public:
FileInformation(
Guid repositoryId,
int fileId,
array<unsigned char>^ hashValue
)
new :
repositoryId:Guid *
fileId:int *
hashValue:byte[] -> FileInformation
public function FileInformation(
repositoryId : Guid,
fileId : int,
hashValue : byte[]
)
Parameters
- repositoryId
Type: System.Guid
- fileId
Type: System.Int32
- hashValue
Type: array<System.Byte[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.