Method EmitUnaligned NamespaceMonoMod.Cil AssemblyMonoMod.Utils.dll EmitUnaligned(byte) Emits a Unaligned opcode with a byte operand to the current cursor position. public ILCursor EmitUnaligned(byte operand) Parameters operand byte The emitted instruction's operand. Returns ILCursor this