PEAPI

CILInstructions.emitbyte Method 

Add a byte to the CIL instructions (.emitbyte)

[Visual Basic]
Public Sub emitbyte( _
   ByVal bVal As Byte _
)
[C#]
public void emitbyte(
   byte bVal
);

Parameters

bVal

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace