TheCommonUtils..::..LoadBlobFromDisk Method (IBaseEngine, String)
Loads the content of a file into a byte array owned by a plugin
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static byte[] LoadBlobFromDisk( IBaseEngine pBase, string tTargetFileName )
Public Shared Function LoadBlobFromDisk ( _ pBase As IBaseEngine, _ tTargetFileName As String _ ) As Byte()
public: static array<unsigned char^>^ LoadBlobFromDisk( IBaseEngine^ pBase, String^ tTargetFileName )
Parameters
- pBase
- Type: nsCDEngine.Engines..::..IBaseEngine
Plugins that owns the file
- tTargetFileName
- Type: String
Filename to be loaded