DatabaseModule.SetCoverageBuffer Method (array<Byte )
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the coverage buffer to use the provided buffer. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis.Database
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Sub SetCoverageBuffer ( _
buffer As Byte() _
)
public void SetCoverageBuffer(
byte[] buffer
)
public:
void SetCoverageBuffer(
array<unsigned char>^ buffer
)
member SetCoverageBuffer :
buffer:byte[] -> unit
public function SetCoverageBuffer(
buffer : byte[]
)
Parameters
buffer
Type: array<Byte[]A byte array to use for the coverage buffer.
.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.