Add a byte to the CIL instructions (.emitbyte)
[Visual Basic]Public Sub emitbyte( _ ByVal bVal As Byte _)
[C#]public void emitbyte( byte bVal);
CILInstructions Class | CILInstructions Members | PEAPI Namespace