[C#]
byte[] Embed(byte[] data); string Embed(string path);
[Visual Basic]
Function Embed(data As Byte()) As Byte() Function Embed(path As String) As String
None.