Namespace: DeltaEngine.Editor.Tests.HelpersAssembly: DeltaEngine.Editor.Tests (in DeltaEngine.Editor.Tests.dll) Version: 1.1.1.0 (1.1.1)
public override byte[] ReadAllBytes(
string filePath
)
public override byte[] ReadAllBytes(
string filePath
)
Public Overrides Function ReadAllBytes (
filePath As String
) As Byte()
Public Overrides Function ReadAllBytes (
filePath As String
) As Byte()
public:
virtual array<unsigned char>^ ReadAllBytes(
String^ filePath
) override
public:
virtual array<unsigned char>^ ReadAllBytes(
String^ filePath
) override
abstract ReadAllBytes :
filePath : string -> byte[]
override ReadAllBytes :
filePath : string -> byte[]
abstract ReadAllBytes :
filePath : string -> byte[]
override ReadAllBytes :
filePath : string -> byte[]
Return Value
Type:
Byte